| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 6951d8c8b5dcc51201829d0f5a25a502e3a77c22..1f7c1b43f1c934284d59ae9ad0e2189d99d2d815 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -162,7 +162,8 @@ DEFINE_IMPLICATION(harmony, es_staging)
|
| V(harmony_object_literals, "harmony object literal extensions") \
|
| V(harmony_regexps, "reg-exp related harmony features") \
|
| V(harmony_arrow_functions, "harmony arrow functions") \
|
| - V(harmony_tostring, "harmony Symbol.toStringTag")
|
| + V(harmony_tostring, "harmony Symbol.toStringTag") \
|
| + V(harmony_templates, "harmony template literals")
|
|
|
| #define STAGED_FEATURES(V) \
|
| V(harmony_strings, "harmony strings") \
|
|
|