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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user