Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.

This commit is contained in:
Ms2ger
2013-11-17 16:39:25 +01:00
parent fbb7cd71e4
commit c64c57fcbf
57 changed files with 536 additions and 311 deletions

View File

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