| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index d5aef3d4136fcfc77a0cd7b50c11f47d46b4179f..7ab0f9ed97a08ae3767d269e249e8a8ab71e590e 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1080,8 +1080,8 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| GetID(), storage_partition_impl_->GetAppCacheService(),
|
| blob_storage_context.get(),
|
| storage_partition_impl_->GetFileSystemContext(),
|
| - storage_partition_impl_->GetServiceWorkerContext(),
|
| - get_contexts_callback);
|
| + storage_partition_impl_->GetServiceWorkerContext(), get_contexts_callback,
|
| + BrowserThread::GetTaskRunnerForThread(BrowserThread::IO));
|
|
|
| AddFilter(resource_message_filter_.get());
|
|
|
|
|