| Index: third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl b/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl
|
| index bea9ebd2bbf418e5e77c2816458f39ad5923f850..01cf8e54b8404316afce7d4f439f9a2b003f2d62 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl
|
| @@ -9,5 +9,5 @@
|
| Exposed=ServiceWorker
|
| ] interface PaymentRequestEvent : ExtendableEvent {
|
| readonly attribute PaymentAppRequest appRequest;
|
| - void respondWith(Promise<PaymentResponse> response);
|
| + [CallWith=ScriptState, RaisesException] void respondWith(Promise<PaymentResponse> response);
|
| };
|
|
|