Back out changeset 96dbe8a784f1 (bug 569735) due to failing tests.

This commit is contained in:
Jason Orendorff
2010-06-02 23:48:22 -07:00
parent 27ef2d3224
commit 624cbc8673
6 changed files with 10 additions and 110 deletions

View File

@@ -102,7 +102,6 @@
#include "jsfun.h"
#include "jsgc.h"
#include "jsinterp.h"
#include "jsiter.h"
#include "jslock.h"
#include "jsnum.h"
#include "jsobj.h"
@@ -1052,9 +1051,6 @@ array_deleteProperty(JSContext *cx, JSObject *obj, jsval id, jsval *rval)
obj->setDenseArrayElement(i, JSVAL_HOLE);
}
if (!js_SuppressDeletedProperty(cx, obj, id))
return false;
*rval = JSVAL_TRUE;
return JS_TRUE;
}