Backout 754a1efb5b37 for bustage on a CLOSED TREE

This commit is contained in:
Terrence Cole
2012-10-08 15:42:39 -07:00
parent 60d7b17789
commit 6249f8ff86
34 changed files with 129 additions and 154 deletions

View File

@@ -312,7 +312,7 @@ js::AtomizeString(JSContext *cx, JSString *str, InternBehavior ib)
if (!stable)
return NULL;
const jschar *chars = stable->chars().get();
const jschar *chars = stable->chars();
size_t length = stable->length();
JS_ASSERT(length <= JSString::MAX_LENGTH);
return AtomizeInline(cx, &chars, length, ib);