Bug 1135985 - Split callback and marking tracers completely; r=jonco, r=mccr8
This commit is contained in:
@@ -46,7 +46,7 @@ void
|
||||
WeakMapBase::trace(JSTracer *tracer)
|
||||
{
|
||||
MOZ_ASSERT(isInList());
|
||||
if (IsMarkingTracer(tracer)) {
|
||||
if (tracer->isMarkingTracer()) {
|
||||
// We don't trace any of the WeakMap entries at this time, just record
|
||||
// record the fact that the WeakMap has been marked. Enties are marked
|
||||
// in the iterative marking phase by markAllIteratively(), which happens
|
||||
|
||||
Reference in New Issue
Block a user