Bug 888338 - 1 - Add TenuredHeap<T> class r=terrence r=bz
This commit is contained in:
@@ -563,6 +563,7 @@ CycleCollectedJSRuntime::MaybeTraceGlobals(JSTracer* aTracer) const
|
||||
}
|
||||
|
||||
if (JSObject* global = js::GetDefaultGlobalForContext(acx)) {
|
||||
JS::AssertGCThingMustBeTenured(global);
|
||||
JS_CallObjectTracer(aTracer, &global, "Global Object");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user