mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bug 951483 - Add back nsCycleCollector::ShutdownCollect assertion that was mistakenly removed in bug 945813. r=mccr8
This commit is contained in:
parent
ec65c8410d
commit
0efae2b21b
@ -2972,6 +2972,7 @@ nsCycleCollector::ShutdownCollect()
|
||||
break;
|
||||
}
|
||||
}
|
||||
NS_ASSERTION(i < NORMAL_SHUTDOWN_COLLECTIONS, "Extra shutdown CC");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user