| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index f223695a5b29ca760f5ea0bed9c098d634659a01..1ec8afe9abaaa353cbe365bcfb70f5f0928ae9c5 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1592,7 +1592,6 @@
|
| 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_computed_property_names)
|
|
|
|
|
| void Genesis::InstallNativeFunctions_harmony_proxies() {
|
| @@ -1623,7 +1622,6 @@
|
| 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)
|
|
|
| void Genesis::InitializeGlobal_harmony_regexps() {
|
| Handle<JSObject> builtins(native_context()->builtins());
|
| @@ -2178,7 +2176,6 @@
|
| "native harmony-templates.js", NULL};
|
| static const char* harmony_sloppy_natives[] = {NULL};
|
| static const char* harmony_unicode_natives[] = {NULL};
|
| - static const char* harmony_computed_property_names_natives[] = {NULL};
|
|
|
| for (int i = ExperimentalNatives::GetDebuggerCount();
|
| i < ExperimentalNatives::GetBuiltinsCount(); i++) {
|
|
|