| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 600571e9d9351030f1802da38ff7bdc1eb434fce..9f76a51cb4142713e590905baf874cce7e49a738 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1549,7 +1549,7 @@ void Genesis::InstallNativeFunctions() {
|
|
|
|
|
| void Genesis::InstallExperimentalNativeFunctions() {
|
| - INSTALL_NATIVE(JSFunction, "RunMicrotasks", run_microtasks);
|
| + INSTALL_NATIVE(JSFunction, "RunMicrotasksJS", run_microtasks);
|
| INSTALL_NATIVE(JSFunction, "EnqueueMicrotask", enqueue_microtask);
|
|
|
| if (FLAG_harmony_proxies) {
|
|
|