| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 88a117adcbf233c11c13be311480e9d7e1076692..2c8cb60d27c5c48b919a743b185c9652b3a9e527 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -195,6 +195,7 @@ DEFINE_NEG_IMPLICATION(harmony, promise_extra)
|
|
|
| // Activate on ClusterFuzz.
|
| DEFINE_IMPLICATION(es_staging, harmony_regexp_lookbehind)
|
| +DEFINE_IMPLICATION(es_staging, move_object_start)
|
|
|
| // Features that are still work in progress (behind individual flags).
|
| #define HARMONY_INPROGRESS(V) \
|
|
|