| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 93e61df0825ea3fc477481a62bf0a936606e4a3a..2b905e31d43e1d63ef730f32104a6d73009348e1 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -199,7 +199,7 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| #define HARMONY_STAGED(V) \
|
| V(harmony_rest_parameters, "harmony rest parameters") \
|
| V(harmony_spreadcalls, "harmony spread-calls") \
|
| - V(harmony_tostring, "harmony toString") \
|
| + V(harmony_tostring, "harmony toString")
|
|
|
| // Features that are shipping (turned on by default, but internal flag remains).
|
| #define HARMONY_SHIPPING(V) \
|
|
|