| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 7fb64423d4ccf909f929c826fb90d4b84422606e..bc7fb8438b9572d60d2664ea7ebc7189b1e3534c 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -259,8 +259,7 @@ namespace internal {
|
| F(GetLanguageTagVariants, 1, 1) \
|
| F(IsInitializedIntlObject, 1, 1) \
|
| F(IsInitializedIntlObjectOfType, 2, 1) \
|
| - F(MarkAsInitializedIntlObjectOfType, 3, 1) \
|
| - F(GetImplFromInitializedIntlObject, 1, 1) \
|
| + F(MarkAsInitializedIntlObjectOfType, 2, 1) \
|
| F(CreateDateTimeFormat, 3, 1) \
|
| F(InternalDateFormat, 2, 1) \
|
| F(InternalDateFormatToParts, 2, 1) \
|
|
|