| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index f0946251d52bfe8da3eb8d7e27bb12c6a6737792..3c957364fcbf92c8ed44637cf0209ece12968bd7 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1658,7 +1658,6 @@ EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_classes)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_object_literals)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_regexps)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_arrow_functions)
|
| -EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_numeric_literals)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_tostring)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_sloppy)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_unicode)
|
| @@ -1688,7 +1687,6 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_array_includes)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_classes)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object_literals)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_arrow_functions)
|
| -EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_numeric_literals)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tostring)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_proxies)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy)
|
| @@ -2310,7 +2308,6 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_regexps_natives[] = {
|
| "native harmony-regexp.js", NULL};
|
| static const char* harmony_arrow_functions_natives[] = {NULL};
|
| - static const char* harmony_numeric_literals_natives[] = {NULL};
|
| static const char* harmony_tostring_natives[] = {"native harmony-tostring.js",
|
| NULL};
|
| static const char* harmony_sloppy_natives[] = {NULL};
|
|
|