Back out bug 654301 to run again on try.

This commit is contained in:
Chris Leary
2011-05-16 19:03:20 -07:00
parent 5e45cbfdc7
commit e79555625d
39 changed files with 290 additions and 401 deletions

View File

@@ -278,7 +278,7 @@ BigIndexToId(JSContext *cx, JSObject *obj, jsuint index, JSBool createAtom,
return JS_TRUE;
}
} else {
atom = js_AtomizeChars(cx, start, JS_ARRAY_END(buf) - start);
atom = js_AtomizeChars(cx, start, JS_ARRAY_END(buf) - start, 0);
if (!atom)
return JS_FALSE;
}