Backed out changeset e09130fcb013

This commit is contained in:
Robert Sayre
2009-07-28 18:51:35 -04:00
parent c0e238ae3e
commit 4d9e7f6f2f
17 changed files with 213 additions and 535 deletions

View File

@@ -792,7 +792,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;
}
OBJ_DROP_PROPERTY(cx, obj2, prop);