| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index c8e29a7c8b6105085a6d5c491edc0cde262f6772..62a901debd02f3ce83f5d77237fcd04fac754587 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -264,7 +264,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
|
|
|