Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index a7daa9c9c39615325617fc37063d2fe229e69d5c..a1589ed5dead5f80679e690016c2b3a60fb7fe53 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -210,7 +210,6 @@ DEFINE_IMPLICATION(es_staging, harmony_destructuring) |
#define HARMONY_STAGED(V) \ |
V(harmony_regexps, "harmony regular expression extensions") \ |
V(harmony_tostring, "harmony toString") \ |
- V(harmony_tolength, "harmony ToLength") \ |
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_object_observe, "harmony Object.observe") \ |
V(harmony_rest_parameters, "harmony rest parameters") \ |
V(harmony_concat_spreadable, "harmony isConcatSpreadable") \ |
+ V(harmony_tolength, "harmony ToLength") \ |
V(harmony_completion, "harmony completion value semantics") |
// Once a shipping feature has proved stable in the wild, it will be dropped |