Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 892f90edaca6d0b6d5fe7d896d01ca81cae96467..fb882d3c7f2bbb97b24355e837da4fe884a767f6 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1550,9 +1550,6 @@ void Genesis::InstallNativeFunctions() { |
void Genesis::InstallExperimentalNativeFunctions() { |
- INSTALL_NATIVE(JSFunction, "RunMicrotasksJS", run_microtasks); |
- INSTALL_NATIVE(JSFunction, "EnqueueMicrotask", enqueue_microtask); |
- |
if (FLAG_harmony_proxies) { |
INSTALL_NATIVE(JSFunction, "DerivedHasTrap", derived_has_trap); |
INSTALL_NATIVE(JSFunction, "DerivedGetTrap", derived_get_trap); |