diff --git a/js/ipc/ObjectWrapperParent.cpp b/js/ipc/ObjectWrapperParent.cpp index 511c361f1ad9..919c138d787f 100644 --- a/js/ipc/ObjectWrapperParent.cpp +++ b/js/ipc/ObjectWrapperParent.cpp @@ -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: