| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index ade7e732c0f71ac22f9b551ebad6c086530f44a9..9abec628200bcd15e38d2df7d4801b4c56581db8 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -548,6 +548,11 @@ namespace internal {
|
| F(CreateDateTimeFormat, 3, 1) \
|
| F(InternalDateFormat, 2, 1) \
|
| F(InternalDateParse, 2, 1) \
|
| + \
|
| + /* Number format and parse. */ \
|
| + F(CreateNumberFormat, 3, 1) \
|
| + F(InternalNumberFormat, 2, 1) \
|
| + F(InternalNumberParse, 2, 1) \
|
|
|
| #else
|
| #define RUNTIME_FUNCTION_LIST_I18N_SUPPORT(F)
|
|
|