Merge TM -> JM

This commit is contained in:
Brian Hackett
2011-05-22 08:59:06 -07:00
1535 changed files with 24621 additions and 86431 deletions

View File

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