| Index: third_party/WebKit/Source/modules/payments/PaymentAddress.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAddress.idl b/third_party/WebKit/Source/modules/payments/PaymentAddress.idl
|
| index cf9decab6d913b56729f87b0962cbe9d2356275d..b974d503eb377b9ab2b24142c8e0c92e7701082b 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAddress.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.idl
|
| @@ -17,4 +17,5 @@
|
| readonly attribute DOMString languageCode;
|
| readonly attribute DOMString organization;
|
| readonly attribute DOMString recipient;
|
| + readonly attribute DOMString phone;
|
| };
|
|
|