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..38a105fcdf7248d640bab0d26a0f4ad28ccb093f 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentDetails.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentDetails.idl |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://w3c.github.io/browser-payment-api/specs/paymentrequest.html#paymentdetails-dictionary |
+// https://w3c.github.io/browser-payment-api/#paymentdetails-dictionary |
[ |
RuntimeEnabled=PaymentRequest |
@@ -10,4 +10,5 @@ |
PaymentItem total; |
sequence<PaymentItem> displayItems; |
sequence<PaymentShippingOption> shippingOptions; |
+ sequence<PaymentDetailsModifier> modifiers; |
}; |