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