| Index: third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| index a24427ea1fb2cdd9ab56097aff841e87f738cc08..f78da225522c559b94bf9521e9504c918581ac0b 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| @@ -16,7 +16,7 @@ enum PaymentComplete {
|
| RuntimeEnabled=PaymentRequest,
|
| ] interface PaymentResponse {
|
| readonly attribute DOMString methodName;
|
| - readonly attribute CurrencyAmount totalAmount;
|
| + readonly attribute PaymentCurrencyAmount totalAmount;
|
| readonly attribute DOMString? payerEmail;
|
| readonly attribute DOMString? payerPhone;
|
| [CallWith=ScriptState, RaisesException] readonly attribute object details;
|
|
|