| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index b6312b3e763b44a4c774fd0cca0767dff2e5afaa..c2a4e6afb72e031a68ea26d79f42c69410d2a7ba 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -190,7 +190,7 @@ DEFINE_BOOL(legacy_const, true, "legacy semantics for const in sloppy mode")
|
| DEFINE_NEG_IMPLICATION(harmony, legacy_const)
|
|
|
| // Activate on ClusterFuzz.
|
| -DEFINE_IMPLICATION(es_staging, harmony_destructuring_bind)
|
| +DEFINE_IMPLICATION(es_staging, harmony_destructuring_assignment)
|
|
|
| // Features that are still work in progress (behind individual flags).
|
| #define HARMONY_INPROGRESS(V) \
|
|
|