Bug 937960, part 1 - Add static var for incremental CC. r=smaug

This commit is contained in:
Andrew McCreight 2013-12-21 09:35:08 -05:00
parent a1392654f9
commit b978cac7d0

View File

@ -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;