Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 77c0f1852fbf0f3bbfbe22cbdf090cf2cc00db79..4fdda91cbd80977f2005974c069bc2a018b26fe7 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -261,6 +261,7 @@ namespace internal { |
F(GetImplFromInitializedIntlObject, 1, 1) \ |
F(CreateDateTimeFormat, 3, 1) \ |
F(InternalDateFormat, 2, 1) \ |
+ F(InternalDateFormatToParts, 2, 1) \ |
F(InternalDateParse, 2, 1) \ |
F(CreateNumberFormat, 3, 1) \ |
F(InternalNumberFormat, 2, 1) \ |