| Index: third_party/WebKit/Source/modules/payments/PaymentShippingOption.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/ShippingOption.idl b/third_party/WebKit/Source/modules/payments/PaymentShippingOption.idl
|
| similarity index 82%
|
| rename from third_party/WebKit/Source/modules/payments/ShippingOption.idl
|
| rename to third_party/WebKit/Source/modules/payments/PaymentShippingOption.idl
|
| index 6d48a3c2e57bd6744a09093e7b96a4f759e0116a..ade07af4db54b8d1e476ae77aee74bc1d86d4e1e 100644
|
| --- a/third_party/WebKit/Source/modules/payments/ShippingOption.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentShippingOption.idl
|
| @@ -6,9 +6,9 @@
|
|
|
| [
|
| RuntimeEnabled=PaymentRequest
|
| -] dictionary ShippingOption {
|
| +] dictionary PaymentShippingOption {
|
| required DOMString id;
|
| required DOMString label;
|
| - required CurrencyAmount amount;
|
| + required PaymentCurrencyAmount amount;
|
| boolean selected = false;
|
| };
|
|
|