| 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..fcc67d44c6a66823dd008ad856c7237a80bb58fc 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentCurrencyAmount.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentCurrencyAmount.idl
|
| @@ -7,6 +7,6 @@
|
| [
|
| RuntimeEnabled=PaymentRequest
|
| ] dictionary PaymentCurrencyAmount {
|
| - required DOMString currency;
|
| + [TreatNullAs=NullString] required DOMString currency;
|
| required DOMString value;
|
| };
|
|
|