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 68ea8ccdce6fff4ddbd7e86d4141ede4f7f29376..e3e06d23f886a3e5fc704f1b7370833acaf30d43 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<PaymentMethodData> methodData, PaymentDetails details, optional PaymentOptions options), |
+ Constructor(sequence<PaymentMethodData> methodData, PaymentDetailsInit details, optional PaymentOptions options), |
ConstructorCallWith=ExecutionContext, |
RaisesException=Constructor, |
ActiveScriptWrappable, |