Bug 751618 - Zone renaming part 8 (r=terrence)

This commit is contained in:
Bill McCloskey
2013-01-27 13:51:41 -08:00
parent 49041b2d51
commit 3169758965
49 changed files with 256 additions and 221 deletions

View File

@@ -308,7 +308,7 @@ WeakMap_set_impl(JSContext *cx, CallArgs args)
JS_ReportOutOfMemory(cx);
return false;
}
HashTableWriteBarrierPost(cx->compartment, map, key);
HashTableWriteBarrierPost(cx->zone(), map, key);
args.rval().setUndefined();
return true;