Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index a3b67870452d66a64ac4b5139d00af508b5adc15..be4ee340f3f819be37d5941400b8601a888bf60f 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -263,7 +263,10 @@ namespace internal { |
F(BreakIteratorFirst, 1, 1) \ |
F(BreakIteratorNext, 1, 1) \ |
F(BreakIteratorCurrent, 1, 1) \ |
- F(BreakIteratorBreakType, 1, 1) |
+ F(BreakIteratorBreakType, 1, 1) \ |
+ F(StringToLowerCaseI18N, 1, 1) \ |
+ F(StringToUpperCaseI18N, 1, 1) \ |
+ F(StringLocaleConvertCase, 3, 1) |
#else |
#define FOR_EACH_INTRINSIC_I18N(F) |
#endif |