mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fix DEBUG_CC (bug 615058, r=gal, a=NPOTB).
This commit is contained in:
parent
5c5c52142e
commit
6377c3205b
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user