| Index: third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| diff --git a/third_party/WebKit/Source/core/html/AssignedNodesOptions.idl b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| similarity index 53%
|
| copy from third_party/WebKit/Source/core/html/AssignedNodesOptions.idl
|
| copy to third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| index 5247c067a41f625201192547a913c6d79862b45d..4700d3953396d319add14ffcbdb9e8a8844d001b 100644
|
| --- a/third_party/WebKit/Source/core/html/AssignedNodesOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// http://w3c.github.io/webcomponents/spec/shadow/#idl-def-AssignedNodesOptions
|
| +// http://wicg.github.io/paymentrequest/specs/paymentrequest.html#dom-paymentoptions
|
|
|
| -dictionary AssignedNodesOptions {
|
| - boolean flatten = false;
|
| +dictionary PaymentOptions {
|
| + boolean requestShipping = false;
|
| };
|
|
|