Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 3943de329dff44168e69c4efc2235aecd0163943..264e8ecb339b4586d9a20f7c0f96aac1068283fe 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -194,6 +194,7 @@ DEFINE_IMPLICATION(es_staging, harmony) |
V(harmony_destructuring, "harmony destructuring") \ |
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \ |
V(harmony_atomics, "harmony atomics") \ |
+ V(harmony_futex, "harmony futex") \ |
Michael Starzinger
2015/07/08 17:54:20
This flag seems to be only used in RUNTIME_ASSERTs
binji
2015/07/08 18:05:29
Removed.
|
V(harmony_new_target, "harmony new.target") |
// Features that are complete (but still behind --harmony/es-staging flag). |