Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.
This commit is contained in:
@@ -129,7 +129,7 @@ JavaScriptShared::convertIdToGeckoString(JSContext *cx, JS::HandleId id, nsStrin
|
||||
if (!JS_IdToValue(cx, id, idval.address()))
|
||||
return false;
|
||||
|
||||
RootedString str(cx, ToString(cx, idval));
|
||||
RootedString str(cx, JS_ValueToString(cx, idval));
|
||||
if (!str)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user