Index: third_party/WebKit/Source/modules/payments/PaymentCurrencyAmount.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentCurrencyAmount.idl b/third_party/WebKit/Source/modules/payments/PaymentCurrencyAmount.idl |
index b022c715f15825c5a6376dc4f6c63eaa03c084af..4768e4cf5b3a0772a0c1f9c09a688464b0ae8f7b 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentCurrencyAmount.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentCurrencyAmount.idl |
@@ -9,4 +9,5 @@ |
] dictionary PaymentCurrencyAmount { |
required DOMString currency; |
required DOMString value; |
+ DOMString currencySystem = "urn:iso:std:iso:4217"; |
}; |