Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 37beeff7dd361fe53539ff55b07bcae82976100b..4ababef2d7fc119eb1ee3f4f23687c3fa70da3f7 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1843,7 +1843,6 @@ EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_arrow_functions) |
EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_tostring) |
EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_sloppy) |
EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_sloppy_let) |
-EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_unicode) |
EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_unicode_regexps) |
EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_computed_property_names) |
EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_rest_parameters) |
@@ -1881,7 +1880,6 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_arrow_functions) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_proxies) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy_let) |
-EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_unicode) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_computed_property_names) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_rest_parameters) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spreadcalls) |
@@ -2565,7 +2563,6 @@ bool Genesis::InstallExperimentalNatives() { |
nullptr}; |
static const char* harmony_sloppy_natives[] = {nullptr}; |
static const char* harmony_sloppy_let_natives[] = {nullptr}; |
- static const char* harmony_unicode_natives[] = {nullptr}; |
static const char* harmony_unicode_regexps_natives[] = {nullptr}; |
static const char* harmony_computed_property_names_natives[] = {nullptr}; |
static const char* harmony_rest_parameters_natives[] = {nullptr}; |