Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index a1589ed5dead5f80679e690016c2b3a60fb7fe53..b53775598f1076c885ad7ea19f5ad6036ead13eb 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -209,7 +209,6 @@ DEFINE_IMPLICATION(es_staging, harmony_destructuring) |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |
V(harmony_regexps, "harmony regular expression extensions") \ |
- V(harmony_tostring, "harmony toString") \ |
V(harmony_sloppy, "harmony features in sloppy mode") \ |
V(harmony_sloppy_let, "harmony let in sloppy mode") |
@@ -220,6 +219,7 @@ DEFINE_IMPLICATION(es_staging, harmony_destructuring) |
V(harmony_rest_parameters, "harmony rest parameters") \ |
V(harmony_concat_spreadable, "harmony isConcatSpreadable") \ |
V(harmony_tolength, "harmony ToLength") \ |
+ V(harmony_tostring, "harmony toString") \ |
V(harmony_completion, "harmony completion value semantics") |
// Once a shipping feature has proved stable in the wild, it will be dropped |