Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
This commit is contained in:
@@ -457,7 +457,7 @@ JavaScriptShared::Wrap(JSContext *cx, HandleObject aObj, InfallibleTArray<CpowEn
|
||||
if (!convertIdToGeckoString(cx, id, &str))
|
||||
return false;
|
||||
|
||||
if (!JS_GetPropertyById(cx, aObj, id, v.address()))
|
||||
if (!JS_GetPropertyById(cx, aObj, id, &v))
|
||||
return false;
|
||||
|
||||
JSVariant var;
|
||||
|
||||
Reference in New Issue
Block a user