mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 821371, part 3: Remove bogus asserts. r=bustage
This commit is contained in:
parent
a04090979d
commit
bab924e634
@ -3342,7 +3342,6 @@ CCTimerFired(nsITimer *aTimer, void *aClosure)
|
||||
if (ShouldTriggerCC(nsCycleCollector_suspectedCount())) {
|
||||
// Our efforts to avoid a CC have failed, so we return to let the
|
||||
// timer fire once more to trigger a CC.
|
||||
MOZ_ASSERT(!sCCLockedOut);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
@ -3356,10 +3355,6 @@ CCTimerFired(nsITimer *aTimer, void *aClosure)
|
||||
FireForgetSkippable(suspected, false);
|
||||
}
|
||||
|
||||
// If we were in the middle of an incremental GC, we should have finished
|
||||
// it by now.
|
||||
MOZ_ASSERT(!sCCLockedOut);
|
||||
|
||||
if (isLateTimerFire) {
|
||||
ccDelay = NS_CC_DELAY;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user