| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 2f2216b13e80a9851ca78f38e2624b24e43e4b94..6df31b39d346ae2af8122ff3424186571b9b1eec 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1864,6 +1864,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_concat_spreadable)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexps)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_unicode_regexps)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tostring)
|
| +EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_completion)
|
|
|
|
|
| void Genesis::InitializeGlobal_harmony_tolength() {
|
| @@ -2572,6 +2573,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| static const char* harmony_simd_natives[] = {"native harmony-simd.js",
|
| nullptr};
|
| static const char* harmony_tolength_natives[] = {nullptr};
|
| + static const char* harmony_completion_natives[] = {nullptr};
|
|
|
| for (int i = ExperimentalNatives::GetDebuggerCount();
|
| i < ExperimentalNatives::GetBuiltinsCount(); i++) {
|
|
|