Merge mozilla-central to tracemonkey.

This commit is contained in:
Robert Sayre
2009-08-12 12:18:38 -07:00
891 changed files with 24089 additions and 49450 deletions

View File

@@ -4166,8 +4166,6 @@ PutProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
goto bad;
} else {
nameobj = targetprop;
if (!nameobj)
goto bad;
if (OBJ_GET_CLASS(cx, nameobj) == &js_AttributeNameClass) {
/*
* 2(c)(iii)(1-3).