| Index: content/child/service_worker/service_worker_dispatcher.cc
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.cc b/content/child/service_worker/service_worker_dispatcher.cc
|
| index 0a4310edc1c2f202f1c89eafe66a7d4987737562..ac870acd33302fa20444c58b09d980ddf8753618 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.cc
|
| +++ b/content/child/service_worker/service_worker_dispatcher.cc
|
| @@ -128,7 +128,7 @@ void ServiceWorkerDispatcher::OnRegistered(int32 thread_id,
|
| // duplicate registration. So for now we mint a new object each
|
| // time.
|
| scoped_ptr<WebServiceWorkerImpl> worker(
|
| - new WebServiceWorkerImpl(registration_id));
|
| + new WebServiceWorkerImpl(registration_id, thread_safe_sender_));
|
| callbacks->onSuccess(worker.release());
|
| pending_callbacks_.Remove(request_id);
|
| }
|
|
|