Bug 928647 - Remove CycleCollectedRuntime::mObjectToUnlink. r=smaug
This commit is contained in:
@@ -440,9 +440,6 @@ CycleCollectedJSRuntime::CycleCollectedJSRuntime(uint32_t aMaxbytes,
|
||||
mJSZoneCycleCollectorGlobal(sJSZoneCycleCollectorGlobal),
|
||||
mJSRuntime(nullptr),
|
||||
mJSHolders(512)
|
||||
#ifdef DEBUG
|
||||
, mObjectToUnlink(nullptr)
|
||||
#endif
|
||||
{
|
||||
mJSRuntime = JS_NewRuntime(aMaxbytes, aUseHelperThreads);
|
||||
if (!mJSRuntime) {
|
||||
|
||||
Reference in New Issue
Block a user