Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index d1dff7f14054355e710dc5f581a0eb9c63be0950..e8f8846a6a11b2646f8c042e3d8aed2e27229f8d 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -3446,6 +3446,7 @@ 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) |
+EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object_spread) |
void InstallPublicSymbol(Factory* factory, Handle<Context> native_context, |
const char* name, Handle<Symbol> value) { |
@@ -4007,6 +4008,7 @@ bool Genesis::InstallExperimentalNatives() { |
static const char* harmony_restrictive_generators_natives[] = {nullptr}; |
static const char* harmony_trailing_commas_natives[] = {nullptr}; |
static const char* harmony_class_fields_natives[] = {nullptr}; |
+ static const char* harmony_object_spread_natives[] = {nullptr}; |
for (int i = ExperimentalNatives::GetDebuggerCount(); |
i < ExperimentalNatives::GetBuiltinsCount(); i++) { |