Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index f0fb22135c7c0612d3353988c83c240f3e7afb49..9ef30fb0fcc4e48ee4633d290e5391ff315ea61f 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -258,6 +258,7 @@ namespace internal { |
| F(InternalDateFormatToParts, 2, 1) \ |
| F(CreateNumberFormat, 3, 1) \ |
| F(InternalNumberFormat, 2, 1) \ |
| + F(CurrencyDigits, 1, 1) \ |
| F(CreateCollator, 3, 1) \ |
| F(InternalCompare, 3, 1) \ |
| F(StringNormalize, 2, 1) \ |