Bug 805052 part 3. Remove parents from SpiderMonkey. r=waldo,terrence

This commit is contained in:
Boris Zbarsky
2015-03-14 01:36:17 -04:00
parent 5ffd3901fc
commit 4f37d6fcf0
16 changed files with 108 additions and 257 deletions

View File

@@ -491,7 +491,7 @@ NewPropertyIteratorObject(JSContext *cx, unsigned flags)
return nullptr;
const Class *clasp = &PropertyIteratorObject::class_;
RootedShape shape(cx, EmptyShape::getInitialShape(cx, clasp, TaggedProto(nullptr), nullptr, metadata,
RootedShape shape(cx, EmptyShape::getInitialShape(cx, clasp, TaggedProto(nullptr), metadata,
ITERATOR_FINALIZE_KIND));
if (!shape)
return nullptr;