Bug 1119753 - Fix CPOW GC crash (r=jonco)

This commit is contained in:
Bill McCloskey
2015-01-16 09:56:30 -08:00
parent 17ab7f34d2
commit 15acb49389
4 changed files with 35 additions and 6 deletions

View File

@@ -51,11 +51,9 @@ JavaScriptParent::init()
void
JavaScriptParent::trace(JSTracer *trc)
{
if (active()) {
objects_.trace(trc);
unwaivedObjectIds_.trace(trc);
waivedObjectIds_.trace(trc);
}
objects_.trace(trc);
unwaivedObjectIds_.trace(trc);
waivedObjectIds_.trace(trc);
}
JSObject *