| 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 eccebd3d5cc636f14c2809d4d9f5134d68dd8444..c8e1525fc4a80cd4efe02ea264c18e7f4be6cdcf 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
|
| @@ -32,10 +32,9 @@ class PaymentAppServiceWorkerRegistration final
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - explicit PaymentAppServiceWorkerRegistration(ServiceWorkerRegistration*);
|
| + explicit PaymentAppServiceWorkerRegistration(ServiceWorkerRegistration&);
|
| static const char* supplementName();
|
|
|
| - Member<ServiceWorkerRegistration> m_registration;
|
| Member<PaymentAppManager> m_paymentAppManager;
|
| };
|
|
|
|
|