Fix bustage on VC8. b=391141 r=brendan a=DEBUG-only

git-svn-id: svn://10.0.0.236/trunk@231855 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2007-08-10 21:26:03 +00:00
parent 9f31e99715
commit 64fb755530

View File

@@ -199,8 +199,8 @@ DHWImportHooker::~DHWImportHooker()
cur->mNext = mNext;
break;
}
PR_ASSERT(cur->mNext); //we were not in the list!
}
PR_ASSERT(cur); //we were not in the list!
}
if(!gHooks)