Index: third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
index 25edaf74f2714a0a4a8926017b9ce5674d80a38a..4538540beeb3c3aa701cd8ed015848d38fb22dfb 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.idl |
@@ -7,7 +7,7 @@ |
[ |
RuntimeEnabled=PaymentRequest, |
- Constructor(sequence<DOMString> supportedMethods, PaymentDetails details, optional PaymentOptions options, optional object data), |
+ Constructor(sequence<PaymentMethodData> methodData, PaymentDetails details, optional PaymentOptions options), |
ConstructorCallWith=ScriptState, |
RaisesException=Constructor, |
ActiveScriptWrappable, |