Back out changeset aff171a8c4f0 (bug 471214).

This commit is contained in:
Brendan Eich
2009-08-26 09:34:41 -07:00
parent 0c5ab6faae
commit 8746bd1aac
17 changed files with 188 additions and 528 deletions

View File

@@ -791,7 +791,7 @@ array_getProperty(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
if (prop) {
if (OBJ_IS_NATIVE(obj2)) {
sprop = (JSScopeProperty *) prop;
if (!js_NativeGet(cx, obj, obj2, sprop, JSGET_METHOD_BARRIER, vp))
if (!js_NativeGet(cx, obj, obj2, sprop, vp))
return JS_FALSE;
}
obj2->dropProperty(cx, prop);