Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 959dc0fa0a9a8dc5b1c59977823c254044d6d963..d02e55f350f528743b9f8974f92198965ec696be 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1934,7 +1934,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 |