| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 987c9689a6c996aeda1fdac801d1e3adb0b13f69..da12179b086ac17a5fad0cb9e2431a3fd4386d3b 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -1880,6 +1880,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() {
|
| @@ -2606,6 +2607,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++) {
|
|
|