Backed out bug 609104 (csets ac3ba38f20c0 and 7717cabaf20c) (orange)

This commit is contained in:
Bill McCloskey
2011-02-02 14:20:06 -08:00
parent 1e98844b03
commit 27aba9f178
19 changed files with 664 additions and 464 deletions

View File

@@ -427,7 +427,7 @@ NewIteratorObject(JSContext *cx, uintN flags)
if (!obj)
return false;
obj->init(cx, &js_IteratorClass, NULL, NULL, NULL, false);
obj->setMap(cx->compartment->emptyEnumeratorShape);
obj->setMap(cx->runtime->emptyEnumeratorShape);
return obj;
}