Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2d36234e64fbeeef1261e979df45281359fc837d..a20b90401f50787237de56fd761f20289d449c21 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -178,6 +178,12 @@ DEFINE_BOOL(experimental_extras, false, |
// Flags for language modes and experimental language features. |
DEFINE_BOOL(use_strict, false, "enforce strict mode") |
+#ifdef V8_I18N_SUPPORT |
+DEFINE_BOOL(icu_case_mapping, false, |
+ "case mapping with ICU rather than Unibrow") |
+DEFINE_IMPLICATION(es_staging, icu_case_mapping) |
+#endif |
+ |
DEFINE_BOOL(es_staging, false, |
"enable test-worthy harmony features (for internal use only)") |
DEFINE_BOOL(harmony, false, "enable all completed harmony features") |