| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 99abda1754defd13a03dac46431c4fed2c1babd3..e1f42787a012e095a8d29724bf25041ea7c75aa9 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -2805,6 +2805,7 @@ EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(icu_case_mapping)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_async_await)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_restrictive_generators)
|
| EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_trailing_commas)
|
| +EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_class_fields)
|
|
|
| void InstallPublicSymbol(Factory* factory, Handle<Context> native_context,
|
| const char* name, Handle<Symbol> value) {
|
| @@ -3396,6 +3397,7 @@ bool Genesis::InstallExperimentalNatives() {
|
| "native harmony-async-await.js", nullptr};
|
| static const char* harmony_restrictive_generators_natives[] = {nullptr};
|
| static const char* harmony_trailing_commas_natives[] = {nullptr};
|
| + static const char* harmony_class_fields_natives[] = {nullptr};
|
|
|
| for (int i = ExperimentalNatives::GetDebuggerCount();
|
| i < ExperimentalNatives::GetBuiltinsCount(); i++) {
|
|
|