Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index e4642a40690e906f472099fd8677bbdcdde64e79..fa4bc18150392e543caf2fbb2f82e3e1e4ccd734 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -265,7 +265,8 @@ namespace internal { |
F(BreakIteratorBreakType, 1, 1) \ |
F(StringToLowerCaseI18N, 1, 1) \ |
F(StringToUpperCaseI18N, 1, 1) \ |
- F(StringLocaleConvertCase, 3, 1) |
+ F(StringLocaleConvertCase, 3, 1) \ |
+ F(DateCacheVersion, 0, 1) |
#else |
#define FOR_EACH_INTRINSIC_I18N(F) |
#endif |