Fix DEBUG_CC (bug 615058, r=gal, a=NPOTB).

This commit is contained in:
bent.mozilla@gmail.com 2011-02-09 17:34:22 -08:00
parent 5c5c52142e
commit 6377c3205b

View File

@ -2881,6 +2881,12 @@ nsCycleCollector::ExplainLiveExpectedGarbage()
mScanInProgress = PR_FALSE;
for (PRUint32 i = 0; i <= nsIProgrammingLanguage::MAX; ++i) {
if (mRuntimes[i]) {
mRuntimes[i]->FinishTraverse();
}
}
PRBool describeExtraRefcounts = PR_FALSE;
PRBool findCycleRoots = PR_FALSE;
{