| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index e29511253025cb4cddf85cf9abf95e42299f89b6..03b50f58ab60f4fc2a9a0bdfde58636da8a31b03 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -200,7 +200,8 @@ DEFINE_NEG_IMPLICATION(es_staging, legacy_const)
|
| V(harmony_default_parameters, "harmony default parameters") \
|
| V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
|
| V(harmony_simd, "harmony simd") \
|
| - V(harmony_do_expressions, "harmony do-expressions")
|
| + V(harmony_do_expressions, "harmony do-expressions") \
|
| + V(harmony_regexp_subclass, "harmony regexp subclassing")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|