| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index e20baf0ec8e6975961807fb487cc88df78825f90..d40b2de98e6c486b017d92315de368cbffed9281 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
|
|
|