| Index: third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h b/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h
|
| index 343581ec8bc8fe51b52bd2419d59f1744dea8285..3d0f4405c90aaad9ff4282c50b1d68f337171a48 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/ServiceWorkerRegistrationPush.h
|
| @@ -30,10 +30,9 @@ class ServiceWorkerRegistrationPush final
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - explicit ServiceWorkerRegistrationPush(ServiceWorkerRegistration*);
|
| + explicit ServiceWorkerRegistrationPush(ServiceWorkerRegistration&);
|
| static const char* supplementName();
|
|
|
| - Member<ServiceWorkerRegistration> m_registration;
|
| Member<PushManager> m_pushManager;
|
| };
|
|
|
|
|