| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 4ababef2d7fc119eb1ee3f4f23687c3fa70da3f7..0adbc8fd1a3847630c1a9c804b2cced3be3898b1 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1844,7 +1844,6 @@ 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_regexps)
|
| -EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_computed_property_names)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_rest_parameters)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_reflect)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_spreadcalls)
|
| @@ -1880,7 +1879,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_computed_property_names)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_rest_parameters)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spreadcalls)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_destructuring)
|
| @@ -2564,7 +2562,6 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_sloppy_natives[] = {nullptr};
|
| static const char* harmony_sloppy_let_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};
|
| static const char* harmony_reflect_natives[] = {"native harmony-reflect.js",
|
| nullptr};
|
|
|