mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 951483 - Add back nsCycleCollector::ShutdownCollect assertion that was mistakenly removed in bug 945813. r=mccr8
This commit is contained in:
parent
dd0aa3f370
commit
463eca9016
@ -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