Bug 751618 - Zone renaming part 8 (r=terrence)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user