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