Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 6b68f241dcbdeb9e546c66a656f2c6901882a9d3..ade7e732c0f71ac22f9b551ebad6c086530f44a9 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -543,6 +543,11 @@ namespace internal { |
F(AvailableLocalesOf, 1, 1) \ |
F(GetDefaultICULocale, 0, 1) \ |
F(GetLanguageTagVariants, 1, 1) \ |
+ \ |
+ /* Date format and parse. */ \ |
+ F(CreateDateTimeFormat, 3, 1) \ |
+ F(InternalDateFormat, 2, 1) \ |
+ F(InternalDateParse, 2, 1) \ |
#else |
#define RUNTIME_FUNCTION_LIST_I18N_SUPPORT(F) |