mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 1167452 - minor warning fix
Differential Revision: https://phabricator.services.mozilla.com/D70978 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
33dd332030
commit
65a73e1b1a
@ -2589,7 +2589,9 @@ GCMarker::GCMarker(JSRuntime* rt)
|
||||
mainStackColor(MarkColor::Black),
|
||||
delayedMarkingList(nullptr),
|
||||
delayedMarkingWorkAdded(false),
|
||||
state(MarkingState::NotActive)
|
||||
state(MarkingState::NotActive),
|
||||
incrementalWeakMapMarkingEnabled(
|
||||
TuningDefaults::IncrementalWeakMapMarkingEnabled)
|
||||
#ifdef DEBUG
|
||||
,
|
||||
markLaterArenas(0),
|
||||
@ -2597,9 +2599,7 @@ GCMarker::GCMarker(JSRuntime* rt)
|
||||
markQueue(rt),
|
||||
queuePos(0)
|
||||
#endif
|
||||
,
|
||||
incrementalWeakMapMarkingEnabled(
|
||||
TuningDefaults::IncrementalWeakMapMarkingEnabled) {
|
||||
{
|
||||
setTraceWeakEdges(false);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user