| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index a6e8f96ad18c968059848c5595057b12d4e77827..64f4e357df88d92054561714a1a74fd6e6109689 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -269,6 +269,8 @@ namespace internal {
|
| F(CurrencyDigits, 1, 1) \
|
| F(CreateCollator, 3, 1) \
|
| F(InternalCompare, 3, 1) \
|
| + F(CreatePluralRules, 3, 1) \
|
| + F(PluralRulesSelect, 2, 1) \
|
| F(StringNormalize, 2, 1) \
|
| F(CreateBreakIterator, 3, 1) \
|
| F(BreakIteratorAdoptText, 2, 1) \
|
|
|