Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 9abec628200bcd15e38d2df7d4801b4c56581db8..23e91f2ae9e9b64cdf19bd3ce3410e1082508980 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -553,6 +553,10 @@ namespace internal { |
F(CreateNumberFormat, 3, 1) \ |
F(InternalNumberFormat, 2, 1) \ |
F(InternalNumberParse, 2, 1) \ |
+ \ |
+ /* Collator. */ \ |
+ F(CreateCollator, 3, 1) \ |
+ F(InternalCompare, 3, 1) \ |
#else |
#define RUNTIME_FUNCTION_LIST_I18N_SUPPORT(F) |