mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 937960, part 1 - Add static var for incremental CC. r=smaug
This commit is contained in:
parent
a1392654f9
commit
b978cac7d0
@ -180,6 +180,7 @@ static uint32_t sCleanupsSinceLastGC = UINT32_MAX;
|
||||
static bool sNeedsFullCC = false;
|
||||
static bool sNeedsGCAfterCC = false;
|
||||
static nsJSContext *sContextList = nullptr;
|
||||
static bool sIncrementalCC = false;
|
||||
|
||||
static nsScriptNameSpaceManager *gNameSpaceManager;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user