| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index d9a38f24e0f0344d461218b11ecd414c5e9def4c..216b89e697b5cbbd305c4fd566156ebce40d7d8d 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -221,7 +221,8 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls)
|
| #define HARMONY_STAGED(V) \
|
| V(harmony_function_name, "harmony Function name inference") \
|
| V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
|
| - V(harmony_species, "harmony Symbol.species")
|
| + V(harmony_species, "harmony Symbol.species") \
|
| + V(harmony_instanceof, "harmony instanceof support")
|
|
|
| // Features that are shipping (turned on by default, but internal flag remains).
|
| #define HARMONY_SHIPPING(V) \
|
|
|