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 a9cdd2e383709e14b6ae7ae5cee5e95afc1aa141..ea6145b036fb83188d359f332af209a964ec215c 100644 |
--- a/content/browser/notifications/notification_event_dispatcher_impl.cc |
+++ b/content/browser/notifications/notification_event_dispatcher_impl.cc |
@@ -121,7 +121,7 @@ void FindServiceWorkerRegistration( |
const NotificationClickDispatchCompleteCallback& dispatch_complete_callback, |
scoped_refptr<ServiceWorkerContextWrapper> service_worker_context) { |
DCHECK_CURRENTLY_ON(BrowserThread::IO); |
- service_worker_context->context()->storage()->FindRegistrationForId( |
+ service_worker_context->FindRegistrationForId( |
service_worker_registration_id, |
origin, |
base::Bind(&DispatchNotificationClickEventOnRegistration, |