| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 55e0c77909fd0c17fea83ec0cb6c916225fa8ba5..c2297eed4cc7b85dd7a96336760be2852d92b172 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -202,7 +202,8 @@ DEFINE_IMPLICATION(es_staging, harmony_destructuring)
|
| V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
|
| V(harmony_simd, "harmony simd") \
|
| V(harmony_do_expressions, "harmony do-expressions") \
|
| - V(harmony_regexp_subclass, "harmony regexp subclassing")
|
| + V(harmony_regexp_subclass, "harmony regexp subclassing") \
|
| + V(harmony_regexp_lookbehind, "harmony regexp lookbehind")
|
|
|
| // Features that are complete (but still behind --harmony/es-staging flag).
|
| #define HARMONY_STAGED(V) \
|
|
|