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