Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 1264ac0d4a3e778523622f4094c3dfd01300c7dd..0b5ba9d9128f00d409aeeac63753695050c038db 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1931,7 +1931,7 @@ void Genesis::InitializeGlobal(Handle<JSGlobalObject> global_object, |
{ // Internal: PromiseHandle |
Handle<JSFunction> function = SimpleCreateFunction( |
- isolate, factory->empty_string(), Builtins::kPromiseHandle, 4, true); |
+ isolate, factory->empty_string(), Builtins::kPromiseHandle, 6, true); |
InstallWithIntrinsicDefaultProto(isolate, function, |
Context::PROMISE_HANDLE_INDEX); |
// Set up catch prediction |