| Index: third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
|
| index fdf4d09c87ef9eb23794510ef4a26527505f37c8..8645acd8b47b883c06097cfd469b0b5e7ec9e606 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
|
| @@ -52,8 +52,8 @@ class ServiceWorkerRegistrationNotifications final
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - ServiceWorkerRegistrationNotifications(ExecutionContext*,
|
| - ServiceWorkerRegistration*);
|
| + ServiceWorkerRegistrationNotifications(ServiceWorkerRegistration&,
|
| + ExecutionContext*);
|
|
|
| static const char* supplementName();
|
| static ServiceWorkerRegistrationNotifications& from(
|
| @@ -67,7 +67,6 @@ class ServiceWorkerRegistrationNotifications final
|
| std::unique_ptr<WebNotificationShowCallbacks>,
|
| NotificationResourcesLoader*);
|
|
|
| - Member<ServiceWorkerRegistration> m_registration;
|
| HeapHashSet<Member<NotificationResourcesLoader>> m_loaders;
|
| };
|
|
|
|
|