mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-13 23:17:57 +00:00
Bug 728686 - JS_NewPropertyIterator shouldn't disable IGC (r=igor)
This commit is contained in:
parent
e8c71019e8
commit
5df3bd922a
@ -4284,7 +4284,7 @@ prop_iter_trace(JSTracer *trc, JSObject *obj)
|
||||
|
||||
static Class prop_iter_class = {
|
||||
"PropertyIterator",
|
||||
JSCLASS_HAS_PRIVATE | JSCLASS_HAS_RESERVED_SLOTS(1),
|
||||
JSCLASS_HAS_PRIVATE | JSCLASS_IMPLEMENTS_BARRIERS | JSCLASS_HAS_RESERVED_SLOTS(1),
|
||||
JS_PropertyStub, /* addProperty */
|
||||
JS_PropertyStub, /* delProperty */
|
||||
JS_PropertyStub, /* getProperty */
|
||||
|
Loading…
Reference in New Issue
Block a user