| Index: third_party/WebKit/Source/modules/payments/PaymentDetails.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentDetails.idl b/third_party/WebKit/Source/modules/payments/PaymentDetails.idl
|
| index 15626f3c83c5ad6c26859905f0f78e2ecdcff066..b5e27b0c8b42f18b0c7d14f631ed2a4abb53ff07 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentDetails.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentDetails.idl
|
| @@ -10,4 +10,5 @@
|
| PaymentItem total;
|
| sequence<PaymentItem> displayItems;
|
| sequence<PaymentShippingOption> shippingOptions;
|
| + sequence<PaymentDetailsModifier> modifiers;
|
| };
|
|
|