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