Bug 805052 part 3. Remove parents from SpiderMonkey. r=waldo,terrence
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user