Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 42a064c823aee39503716702bc1d4c0dd6886adc..9d67e627e5e69f151dea840e172d4179dab79cef 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -3452,8 +3452,7 @@ bool Genesis::InstallExperimentalNatives() { |
static const char* datetime_format_to_parts_natives[] = { |
"native datetime-format-to-parts.js", nullptr}; |
#endif |
- static const char* harmony_async_await_natives[] = { |
- "native harmony-async-await.js", nullptr}; |
+ static const char* harmony_async_await_natives[] = {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}; |