mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 915832, don't trigger a new GC if we're in middle of an iGC, r=billm
This commit is contained in:
parent
437d3656c2
commit
c7708cd597
@ -2343,7 +2343,7 @@ nsJSContext::LoadEnd()
|
||||
void
|
||||
nsJSContext::PokeGC(JS::gcreason::Reason aReason, int aDelay)
|
||||
{
|
||||
if (sGCTimer || sShuttingDown) {
|
||||
if (sGCTimer || sInterSliceGCTimer || sShuttingDown) {
|
||||
// There's already a timer for GC'ing, just return
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user