| Index: third_party/WebKit/Source/modules/payments/PaymentMethodData.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentMethodData.idl b/third_party/WebKit/Source/modules/payments/PaymentMethodData.idl
|
| index 059a02516af778a240bbbbd0ccefbc4d939c14ba..28115d15fa031e38b455e538025c8011003fb739 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentMethodData.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentMethodData.idl
|
| @@ -4,9 +4,7 @@
|
|
|
| // https://w3c.github.io/browser-payment-api/specs/paymentrequest.html#idl-def-paymentmethoddata
|
|
|
| -[
|
| - RuntimeEnabled=PaymentRequest
|
| -] dictionary PaymentMethodData {
|
| +dictionary PaymentMethodData {
|
| required sequence<DOMString> supportedMethods;
|
| object data;
|
| };
|
|
|