| Index: third_party/WebKit/Source/modules/payments/ShippingOption.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/ShippingOption.idl b/third_party/WebKit/Source/modules/payments/ShippingOption.idl
|
| index faa63b5bac0cbe913b6f18df5ecbf07681e95e7e..6d48a3c2e57bd6744a09093e7b96a4f759e0116a 100644
|
| --- a/third_party/WebKit/Source/modules/payments/ShippingOption.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/ShippingOption.idl
|
| @@ -10,4 +10,5 @@
|
| required DOMString id;
|
| required DOMString label;
|
| required CurrencyAmount amount;
|
| + boolean selected = false;
|
| };
|
|
|