| 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 b1119616b36c884d044303c4743a2a57126aabf4..78d2a85e16f708ea0774816193fc8f54fe29fcca 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| @@ -134,7 +134,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,
|
|
|