Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index cde3e57185ae1483a56c481c9a64727ed83ec162..f7095b7de18f56ab427d38f810109f437d195e52 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -193,7 +193,8 @@ DEFINE_IMPLICATION(es_staging, harmony) |
V(harmony_unicode_regexps, "harmony unicode regexps") \ |
V(harmony_reflect, "harmony Reflect API") \ |
V(harmony_destructuring, "harmony destructuring") \ |
- V(harmony_shared_typed_arrays, "harmony shared typed arrays") |
+ V(harmony_shared_typed_arrays, "harmony shared typed arrays") \ |
+ V(harmony_atomics, "harmony atomics") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |