| Index: content/child/service_worker/service_worker_provider_context.cc
|
| diff --git a/content/child/service_worker/service_worker_provider_context.cc b/content/child/service_worker/service_worker_provider_context.cc
|
| index 9ef323ebcea2b7253b99fe2bccc20b33ce05df93..bc146210105dd5219101b336e79358e1e4f86d0c 100644
|
| --- a/content/child/service_worker/service_worker_provider_context.cc
|
| +++ b/content/child/service_worker/service_worker_provider_context.cc
|
| @@ -92,7 +92,7 @@ class ServiceWorkerProviderContext::ControllerDelegate
|
| scoped_ptr<ServiceWorkerHandleReference> active) override {
|
| DCHECK(!registration_);
|
| registration_ = registration.Pass();
|
| - installing_ = active.Pass();
|
| + installing_ = installing.Pass();
|
| waiting_ = waiting.Pass();
|
| active_ = active.Pass();
|
| }
|
|
|