Bug 782993 - Part 2: Tidy unused parts of FreeOp r=billm
This commit is contained in:
@@ -174,7 +174,7 @@ js::FinishAtomState(JSRuntime *rt)
|
||||
return;
|
||||
}
|
||||
|
||||
FreeOp fop(rt, false, false);
|
||||
FreeOp fop(rt, false);
|
||||
for (AtomSet::Range r = state->atoms.all(); !r.empty(); r.popFront())
|
||||
r.front().asPtr()->finalize(&fop);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user