| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 769150c34b5154217e8b29c6a10b24758b163aa9..2eb593526ba07989b793923ea1f8c1b9becaa58f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -207,7 +207,8 @@ DEFINE_IMPLICATION(es_staging, harmony_destructuring_bind)
|
| V(harmony_simd, "harmony simd") \
|
| V(harmony_do_expressions, "harmony do-expressions") \
|
| V(harmony_regexp_subclass, "harmony regexp subclassing") \
|
| - V(harmony_regexp_lookbehind, "harmony regexp lookbehind")
|
| + V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
|
| + V(harmony_destructuring_assignment, "harmony destructuring assignment")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|