Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2efe08cdb4eeccb1a30343ecf72331b7bbe50572..53303e14de31a30c7be7c1845ee7de892be339bd 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -180,7 +180,8 @@ DEFINE_IMPLICATION(es_staging, harmony) |
V(harmony_arrow_functions, "harmony arrow functions") \ |
V(harmony_proxies, "harmony proxies") \ |
V(harmony_sloppy, "harmony features in sloppy mode") \ |
- V(harmony_unicode, "harmony unicode escapes") |
+ V(harmony_unicode, "harmony unicode escapes") \ |
+ V(harmony_computed_property_names, "harmony computed property names") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |