| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 06a6fbbe60548acd0ac42ef6751fbf6ee042c757..74073a9b224ae4c6cf9e1220a9c89f0140bb7e2f 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1660,7 +1660,6 @@ 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_templates)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_sloppy)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_unicode)
|
| EMPTY_NATIVE_FUNCTIONS_FOR_FEATURE(harmony_unicode_regexps)
|
| @@ -1692,7 +1691,6 @@ 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_templates)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_unicode)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_computed_property_names)
|
| @@ -2315,8 +2313,6 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_numeric_literals_natives[] = {NULL};
|
| static const char* harmony_tostring_natives[] = {"native harmony-tostring.js",
|
| NULL};
|
| - static const char* harmony_templates_natives[] = {
|
| - "native harmony-templates.js", NULL};
|
| static const char* harmony_sloppy_natives[] = {NULL};
|
| static const char* harmony_unicode_natives[] = {NULL};
|
| static const char* harmony_unicode_regexps_natives[] = {NULL};
|
|
|