mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
Bug 1013531: Fix build warning in GCRuntime ctor; r=jonco
This commit is contained in:
parent
db7080c070
commit
75fcbfc70d
@ -1115,14 +1115,14 @@ GCRuntime::GCRuntime(JSRuntime *rt) :
|
||||
mallocBytes(0),
|
||||
mallocGCTriggered(false),
|
||||
scriptAndCountsVector(nullptr),
|
||||
helperState(rt),
|
||||
inUnsafeRegion(0),
|
||||
alwaysPreserveCode(false),
|
||||
#ifdef DEBUG
|
||||
noGCOrAllocationCheck(0),
|
||||
#endif
|
||||
lock(nullptr),
|
||||
lockOwner(nullptr),
|
||||
inUnsafeRegion(0)
|
||||
helperState(rt)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user