Chromium Code Reviews| Index: src/bootstrapper.cc |
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
| index 69118b31c42913b7fbd6a4cd34e705abba3c1559..3fab34d8600bf9f51df7ba871a0c43dabff7d372 100644 |
| --- a/src/bootstrapper.cc |
| +++ b/src/bootstrapper.cc |
| @@ -1947,7 +1947,7 @@ void Genesis::InitializeGlobal(Handle<JSGlobalObject> global_object, |
| { // Internal: PromiseHandle |
| Handle<JSFunction> function = SimpleCreateFunction( |
| - isolate, factory->empty_string(), Builtins::kPromiseHandle, 6, true); |
| + isolate, factory->empty_string(), Builtins::kPromiseHandle, 5, true); |
|
adamk
2017/01/12 18:24:26
While you're modifying this line...why does this n
gsathya
2017/01/12 19:21:47
Done.
|
| InstallWithIntrinsicDefaultProto(isolate, function, |
| Context::PROMISE_HANDLE_INDEX); |
| // Set up catch prediction |