| Index: content/browser/notifications/notification_event_dispatcher_impl.cc
|
| diff --git a/content/browser/notifications/notification_event_dispatcher_impl.cc b/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| index 34fe581f79935c51b464b385ada1f1c87cdb47da..9446c6f6b306c7ef9174e26c3020d2a2fab0561d 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| @@ -140,7 +140,7 @@ void FindServiceWorkerRegistration(
|
| return;
|
| }
|
|
|
| - service_worker_context->context()->storage()->FindRegistrationForId(
|
| + service_worker_context->FindRegistrationForId(
|
| notification_database_data.service_worker_registration_id,
|
| origin,
|
| base::Bind(&DispatchNotificationClickEventOnRegistration,
|
|
|