| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index dcf5564c798e242510cf1c830724081ff364a56a..0319f745bde9676cb339ab651702f5922291304f 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -260,6 +260,7 @@ namespace internal {
|
| F(GetImplFromInitializedIntlObject, 1, 1) \
|
| F(CreateDateTimeFormat, 3, 1) \
|
| F(InternalDateFormat, 2, 1) \
|
| + F(InternalDateFormatToParts, 2, 1) \
|
| F(InternalDateParse, 2, 1) \
|
| F(CreateNumberFormat, 3, 1) \
|
| F(InternalNumberFormat, 2, 1) \
|
|
|