Backed out changeset ae8d72538dee (bug 897484) for b2g bustage

This commit is contained in:
Carsten "Tomcat" Book
2013-07-26 12:34:25 +02:00
parent 20ef75b4cd
commit beb4a5c20d
52 changed files with 180 additions and 185 deletions

View File

@@ -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;