Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index de9730c3d64cb422e18f11ccf14f163e32a3a94f..a6e8f96ad18c968059848c5595057b12d4e77827 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -266,6 +266,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) \ |