| Index: content/browser/push_messaging/push_messaging_router.cc
|
| diff --git a/content/browser/push_messaging/push_messaging_router.cc b/content/browser/push_messaging/push_messaging_router.cc
|
| index 0c7891474300dafa7f6e795540e01ade7ddc9200..76de068a4e28959c353856f5c6aef72d6dddaaee 100644
|
| --- a/content/browser/push_messaging/push_messaging_router.cc
|
| +++ b/content/browser/push_messaging/push_messaging_router.cc
|
| @@ -49,7 +49,7 @@ void PushMessagingRouter::FindServiceWorkerRegistration(
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| // Try to acquire the registration from storage. If it's already live we'll
|
| // receive it right away. If not, it will be revived from storage.
|
| - service_worker_context->context()->storage()->FindRegistrationForId(
|
| + service_worker_context->FindRegistrationForId(
|
| service_worker_registration_id,
|
| origin,
|
| base::Bind(&PushMessagingRouter::FindServiceWorkerRegistrationCallback,
|
|
|