| Index: content/browser/service_worker/service_worker_unregister_job.cc
|
| diff --git a/content/browser/service_worker/service_worker_unregister_job.cc b/content/browser/service_worker/service_worker_unregister_job.cc
|
| index 0ca2f7f0781c15d061ac31d9ceeff55cb0fa6049..c0fc9dc4cb6d528a8ebc37f045a7236fbda54183 100644
|
| --- a/content/browser/service_worker/service_worker_unregister_job.cc
|
| +++ b/content/browser/service_worker/service_worker_unregister_job.cc
|
| @@ -57,7 +57,7 @@
|
|
|
| void ServiceWorkerUnregisterJob::OnRegistrationFound(
|
| ServiceWorkerStatusCode status,
|
| - scoped_refptr<ServiceWorkerRegistration> registration) {
|
| + const scoped_refptr<ServiceWorkerRegistration>& registration) {
|
| if (status == SERVICE_WORKER_ERROR_NOT_FOUND) {
|
| DCHECK(!registration.get());
|
| Complete(kInvalidServiceWorkerRegistrationId,
|
|
|