Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 4a598bdde6706f1e38fa8dc7ab724f59e40b53dd..1bde01134c900e0ea525202c8e9375da357a9350 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -172,16 +172,15 @@ |
DEFINE_IMPLICATION(es_staging, harmony) |
// Features that are still work in progress (behind individual flags). |
-#define HARMONY_INPROGRESS(V) \ |
- V(harmony_modules, "harmony modules (implies block scoping)") \ |
- V(harmony_arrays, "harmony array methods") \ |
- V(harmony_array_includes, "harmony Array.prototype.includes") \ |
- V(harmony_regexps, "harmony regular expression extensions") \ |
- V(harmony_arrow_functions, "harmony arrow functions") \ |
- V(harmony_proxies, "harmony proxies") \ |
- V(harmony_sloppy, "harmony features in sloppy mode") \ |
- V(harmony_unicode, "harmony unicode escapes") \ |
- V(harmony_computed_property_names, "harmony computed property names") |
+#define HARMONY_INPROGRESS(V) \ |
+ V(harmony_modules, "harmony modules (implies block scoping)") \ |
+ V(harmony_arrays, "harmony array methods") \ |
+ V(harmony_array_includes, "harmony Array.prototype.includes") \ |
+ V(harmony_regexps, "harmony regular expression extensions") \ |
+ V(harmony_arrow_functions, "harmony arrow functions") \ |
+ V(harmony_proxies, "harmony proxies") \ |
+ V(harmony_sloppy, "harmony features in sloppy mode") \ |
+ V(harmony_unicode, "harmony unicode escapes") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |