Backed out changeset 8d1e96d1eb31 (bug 650161)
This commit is contained in:
@@ -68,13 +68,6 @@ WeakMapBase::unmarkCompartment(JSCompartment *c)
|
||||
m->marked = false;
|
||||
}
|
||||
|
||||
void
|
||||
WeakMapBase::markAll(JSCompartment *c, JSTracer *tracer)
|
||||
{
|
||||
for (WeakMapBase *m = c->gcWeakMapList; m; m = m->next)
|
||||
m->markIteratively(tracer);
|
||||
}
|
||||
|
||||
bool
|
||||
WeakMapBase::markCompartmentIteratively(JSCompartment *c, JSTracer *tracer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user