| Index: src/flag-definitions.h | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h | 
| index fc38ba43c9119f5f0dec27572db545753062ced6..4cf8eb88c58af1c20b0f3a14a4170046d6e7c386 100644 | 
| --- a/src/flag-definitions.h | 
| +++ b/src/flag-definitions.h | 
| @@ -157,7 +157,6 @@ DEFINE_IMPLICATION(harmony, es_staging) | 
| #define HARMONY_FEATURES(V)                                       \ | 
| V(harmony_scoping, "harmony block scoping")                     \ | 
| V(harmony_modules, "harmony modules (implies block scoping)")   \ | 
| -  V(harmony_strings, "harmony strings")                           \ | 
| V(harmony_arrays, "harmony arrays")                             \ | 
| V(harmony_classes, "harmony classes")                           \ | 
| V(harmony_object_literals, "harmony object literal extensions") \ | 
| @@ -165,7 +164,8 @@ DEFINE_IMPLICATION(harmony, es_staging) | 
| V(harmony_arrow_functions, "harmony arrow functions")           \ | 
| V(harmony_tostring, "harmony Symbol.toStringTag") | 
|  | 
| -#define STAGED_FEATURES(V) \ | 
| +#define STAGED_FEATURES(V)              \ | 
| +  V(harmony_strings, "harmony strings") \ | 
| V(harmony_numeric_literals, "harmony numeric literals (0o77, 0b11)") | 
|  | 
| #define SHIPPING_FEATURES(V) | 
|  |