Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: content/renderer/render_thread_impl.cc

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index bd4ef1a6c6400f651419daaff4a67dff50dc3957..771d8e5b5297aa97481c771445ad48e1ebc2df14 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -1157,7 +1157,7 @@ void RenderThreadImpl::InitializeWebKit(
// same queue to ensure tasks are executed in the expected order.
child_resource_message_filter()->SetMainThreadTaskRunner(
resource_task_queue2);
- resource_dispatcher()->SetMainThreadTaskRunner(resource_task_queue2);
+ resource_dispatcher()->SetThreadTaskRunner(resource_task_queue2);
if (!command_line.HasSwitch(switches::kDisableThreadedCompositing))
InitializeCompositorThread();

Powered by Google App Engine
This is Rietveld 408576698