Backed out changeset ae8d72538dee (bug 897484) for b2g bustage
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))
|
||||
if (!JS_GetPropertyById(cx, aObj, id, v.address()))
|
||||
return false;
|
||||
|
||||
JSVariant var;
|
||||
|
||||
Reference in New Issue
Block a user