Bug 1135985 - Split callback and marking tracers completely; r=jonco, r=mccr8

This commit is contained in:
Terrence Cole
2015-02-25 13:11:37 -08:00
parent 6c7a11c762
commit 654fac3ac0
26 changed files with 156 additions and 129 deletions

View File

@@ -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