Back out changeset 7d82892cb8df.

This commit is contained in:
Chris Leary
2011-01-27 19:43:33 -08:00
parent 79febb40e9
commit bf65d4919c
17 changed files with 652 additions and 430 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;
}