| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index dd948716bae82a623473be7d0e96e56024a55f85..488e8beefc265f08e7ce82ac3a8626325893ebde 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -193,7 +193,8 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| V(harmony_unicode_regexps, "harmony unicode regexps") \
|
| V(harmony_rest_parameters, "harmony rest parameters") \
|
| V(harmony_reflect, "harmony Reflect API") \
|
| - V(harmony_spreadcalls, "harmony spread-calls")
|
| + V(harmony_spreadcalls, "harmony spread-calls") \
|
| + V(harmony_destructuring, "harmony destructuring")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|