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 519c929581410a0db21ce0f8b71a234e75bc0ac0..eee56b6eadfa786360033fbceeeae9caff176c08 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, |