| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 4bcebaa8d687d6679a3562f0e4ce9d320486a1e2..778c7bd5b5273fa7c0df4ead24bdec5eaa32cc65 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1861,7 +1861,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy_function)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy_let)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_rest_parameters)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_default_parameters)
|
| -EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spreadcalls)
|
| +EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spread_calls)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_destructuring)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object_observe)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spread_arrays)
|
| @@ -2565,7 +2565,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_default_parameters_natives[] = {nullptr};
|
| static const char* harmony_reflect_natives[] = {"native harmony-reflect.js",
|
| nullptr};
|
| - static const char* harmony_spreadcalls_natives[] = {
|
| + static const char* harmony_spread_calls_natives[] = {
|
| "native harmony-spread.js", nullptr};
|
| static const char* harmony_destructuring_natives[] = {nullptr};
|
| static const char* harmony_object_observe_natives[] = {
|
|
|