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 7bbb463a752476859fbd421ee1e32b456829ec84..3e2b70b160423c0549d724b16f1e62b4a3e4d9db 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h |
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h |
@@ -11,6 +11,7 @@ |
namespace blink { |
class PaymentAppManager; |
+class ScriptState; |
class ServiceWorkerRegistration; |
class PaymentAppServiceWorkerRegistration final |
@@ -23,8 +24,9 @@ class PaymentAppServiceWorkerRegistration final |
virtual ~PaymentAppServiceWorkerRegistration(); |
static PaymentAppServiceWorkerRegistration& from(ServiceWorkerRegistration&); |
- static PaymentAppManager* paymentAppManager(ServiceWorkerRegistration&); |
- PaymentAppManager* paymentAppManager(); |
+ static PaymentAppManager* paymentAppManager(ScriptState*, |
+ ServiceWorkerRegistration&); |
+ PaymentAppManager* paymentAppManager(ScriptState*); |
DECLARE_VIRTUAL_TRACE(); |