Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index c675fe7e0d423211669c505a2f1a7a4169a9aa31..e64d80a2cd7d3d21a19ef3e591742a4a398df834 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1768,7 +1768,6 @@ |
EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_spread_arrays) |
EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_sharedarraybuffer) |
EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_atomics) |
-EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_new_target) |
void Genesis::InstallNativeFunctions_harmony_proxies() { |
@@ -1802,7 +1801,6 @@ |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spread_arrays) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_atomics) |
-EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_new_target) |
void Genesis::InitializeGlobal_harmony_regexps() { |
Handle<JSObject> builtins(native_context()->builtins()); |
@@ -2449,7 +2447,6 @@ |
"native harmony-sharedarraybuffer.js", NULL}; |
static const char* harmony_atomics_natives[] = {"native harmony-atomics.js", |
nullptr}; |
- static const char* harmony_new_target_natives[] = {nullptr}; |
for (int i = ExperimentalNatives::GetDebuggerCount(); |
i < ExperimentalNatives::GetBuiltinsCount(); i++) { |