| Index: third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| index 71284189bf1531b1c9b8e6ddef88757c10ac2b73..2b54e6d230601d7812a33b85cfe7c88904764471 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| @@ -25,5 +25,5 @@ enum PaymentComplete {
|
| readonly attribute PaymentAddress? shippingAddress;
|
| readonly attribute DOMString? shippingOption;
|
|
|
| - [CallWith=ScriptState] Promise<void> complete(optional PaymentComplete paymentResult = "unknown");
|
| + Promise<void> complete(optional PaymentComplete paymentResult = "unknown");
|
| };
|
|
|