Bug 896540 - GC: Convert JS_SetProperty* to take MutableHandleValue - browser changes r=bz
This commit is contained in:
@@ -436,7 +436,7 @@ JavaScriptParent::call(JSContext *cx, HandleObject proxy, const CallArgs &args)
|
||||
return false;
|
||||
|
||||
JSObject *obj = &outobjects[i].toObject();
|
||||
if (!JS_SetProperty(cx, obj, "value", v.address()))
|
||||
if (!JS_SetProperty(cx, obj, "value", &v))
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user