Backout changeset 80382d88b92c. (Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances). The patch is righteous, but MSVC's behavior with a mere 3GB of addressable memory is not. Will reland soon.

This commit is contained in:
Robert Sayre
2010-07-31 14:01:26 -07:00
parent 21f9831462
commit f452efe4b5
28 changed files with 159 additions and 595 deletions

View File

@@ -1778,8 +1778,8 @@ sort_compare_strings(void *arg, const void *a, const void *b, int *result)
return JS_TRUE;
}
JSBool
js::array_sort(JSContext *cx, uintN argc, Value *vp)
static JSBool
array_sort(JSContext *cx, uintN argc, Value *vp)
{
jsuint len, newlen, i, undefs;
size_t elemsize;