Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 5fc6b48cce842c969541d4699b7553e0bc343604..175b760aaba4a866aaeded914d58826b40669ccf 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_sharedarraybuffer, "harmony sharedarraybuffer") |
+ V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \ |
+ V(harmony_atomics, "harmony atomics") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |