Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 5dcee9bc538a4b81fc293f9cec7f55dc9f0a147a..c2a75f3d1c8b30011c0b25445d0ca0ce7dd02824 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 |