| 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 bd12606cdd79adeac1e81163c907b6cb186e2c7d..42cfba3747c865f2a39dd6eb69e1d70027ac9986 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| @@ -16,7 +16,6 @@ enum PaymentComplete {
|
| RuntimeEnabled=PaymentRequest,
|
| ] interface PaymentResponse {
|
| readonly attribute DOMString methodName;
|
| - readonly attribute PaymentCurrencyAmount totalAmount;
|
| readonly attribute DOMString? payerEmail;
|
| readonly attribute DOMString? payerPhone;
|
| [CallWith=ScriptState, RaisesException] readonly attribute object details;
|
|
|