| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 5cdad437e92a9bae41c26b0288f25a596ecd87d1..a323e27fe1b57648504ed83fb96a977b95a183fe 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -179,7 +179,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) \
|
|
|