| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 47076350945f4214c71a3b282883ace43258ec43..f5fdb8ebe82d503e22405560af70d316a39a85ae 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -162,7 +162,8 @@ DEFINE_IMPLICATION(harmony, es_staging)
|
| V(harmony_classes, "harmony classes") \
|
| 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_arrow_functions, "harmony arrow functions") \
|
| + V(harmony_tostring, "harmony Symbol.toStringTag")
|
|
|
| #define STAGED_FEATURES(V) \
|
| V(harmony_numeric_literals, "harmony numeric literals (0o77, 0b11)")
|
|
|