mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1013531: Fix build warning in GCRuntime ctor; r=jonco
This commit is contained in:
parent
9eae2dde89
commit
e2c28a65a6
@ -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