Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 581e332684167da50c915136202a4286120a24b3..5ccd47fbc7a7c87b320673102218863d33abf035 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -186,7 +186,8 @@ DEFINE_IMPLICATION(es_staging, harmony) |
V(harmony_proxies, "harmony proxies") \ |
V(harmony_sloppy, "harmony features in sloppy mode") \ |
V(harmony_unicode, "harmony unicode escapes") \ |
- V(harmony_computed_property_names, "harmony computed property names") |
+ V(harmony_computed_property_names, "harmony computed property names") \ |
+ V(harmony_rest_parameters, "harmony rest parameters") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |