Merge mozilla-central to tracemonkey.

This commit is contained in:
Robert Sayre
2010-07-08 18:15:52 -07:00
249 changed files with 20492 additions and 4634 deletions

View File

@@ -341,7 +341,7 @@ JSObject::resizeDenseArrayElements(JSContext *cx, uint32 oldcap, uint32 newcap,
return JS_TRUE;
}
if (newcap > MAX_DSLOTS_LENGTH) {
if (newcap > MAX_DSLOTS_LENGTH32) {
js_ReportAllocationOverflow(cx);
return JS_FALSE;
}