Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index db1d7895291482ae6e2d47f9bd7ca28dea75386c..871ada59457cb194622d203f2cf7d42354fd14a9 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -184,9 +184,9 @@ DEFINE_BOOL(harmony, false, "enable all completed harmony features") |
DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features") |
DEFINE_IMPLICATION(es_staging, harmony) |
-DEFINE_BOOL(promise_extra, true, "additional V8 Promise functions") |
-// Removing extra Promise functions is staged |
-DEFINE_NEG_IMPLICATION(harmony, promise_extra) |
+DEFINE_BOOL(promise_extra, false, "additional V8 Promise functions") |
+// Removing extra Promise functions is shipped |
+DEFINE_NEG_VALUE_IMPLICATION(harmony_shipping, promise_extra, true) |
// Activate on ClusterFuzz. |
DEFINE_IMPLICATION(es_staging, harmony_regexp_lookbehind) |