| Index: third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
|
| index 7163e01722b64b9584dd6655b6d8259ef1205d22..85f5deb3b38eac9b109d3421b755c00c08a17b37 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
|
| @@ -26,8 +26,9 @@ class PaymentAppServiceWorkerRegistration final
|
| static PaymentAppServiceWorkerRegistration& From(ServiceWorkerRegistration&);
|
|
|
| static PaymentManager* paymentManager(ScriptState*,
|
| - ServiceWorkerRegistration&);
|
| - PaymentManager* paymentManager(ScriptState*);
|
| + ServiceWorkerRegistration&,
|
| + ExceptionState&);
|
| + PaymentManager* paymentManager(ScriptState*, ExceptionState&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|