Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e0d7f51a4f9f385485bc37f3ae7e8ae9d6397863..3feed378e0a39defae649547b127d84115f3dc86 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -219,7 +219,8 @@ DEFINE_IMPLICATION(es_staging, move_object_start) |
#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) \ |