Merge MC -> JM

This commit is contained in:
Brian Hackett
2011-10-27 14:16:02 -07:00
1077 changed files with 25323 additions and 18340 deletions

View File

@@ -880,7 +880,7 @@ SuppressDeletedPropertyHelper(JSContext *cx, JSObject *obj, IdPredicate predicat
uintN attrs;
if (obj2.object()->isNative())
attrs = ((Shape *) prop)->attributes();
else if (!obj2.object()->getAttributes(cx, *idp, &attrs))
else if (!obj2.object()->getGenericAttributes(cx, *idp, &attrs))
return false;
if (attrs & JSPROP_ENUMERATE)