Bug 1280064 - Address review nits; r=terrence

This commit is contained in:
Nick Fitzgerald 2016-06-28 17:30:48 -07:00
parent f15731e01c
commit f910e482d6
2 changed files with 0 additions and 2 deletions

View File

@ -885,7 +885,6 @@ GCRuntime::GCRuntime(JSRuntime* rt) :
noGCOrAllocationCheck(0),
noNurseryAllocationCheck(0),
#endif
lock(),
allocTask(rt, emptyChunks_),
helperState(rt)
{

View File

@ -19,7 +19,6 @@
#include "js/GCAPI.h"
#include "js/SliceBudget.h"
#include "js/Vector.h"
#include "threading/ConditionVariable.h"
#include "vm/NativeObject.h"