mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Bug 577375 - Make CPOWs handle all-properties enumeration correctly. r=gal
This commit is contained in:
parent
cbca95f74c
commit
3898c7eeb0
@ -566,6 +566,7 @@ ObjectWrapperParent::CPOW_NewEnumerate(JSContext *cx, JSObject *obj,
|
||||
|
||||
switch (enum_op) {
|
||||
case JSENUMERATE_INIT:
|
||||
case JSENUMERATE_INIT_ALL:
|
||||
self->Manager()->RequestRunToCompletion();
|
||||
return self->NewEnumerateInit(cx, statep, idp);
|
||||
case JSENUMERATE_NEXT:
|
||||
|
Loading…
Reference in New Issue
Block a user