| 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 9863a1aa346e307331013d64f4372f3da0ef43a3..2e2940682ef0b81188bacc1ce8d326009cca48c9 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAddress.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAddress.idl
|
| @@ -7,6 +7,7 @@
|
| [
|
| RuntimeEnabled=PaymentRequest,
|
| ] interface PaymentAddress {
|
| + serializer = {attribute};
|
| readonly attribute DOMString country;
|
| readonly attribute FrozenArray<DOMString> addressLine;
|
| readonly attribute DOMString region;
|
|
|