Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 577a76c953c1ecb2d61ac269c36e68e0a9427597..777e7befbd208779a71beb9ed9fc3f3cc3c77aa7 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -256,6 +256,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) \ |