Index: content/child/blink_platform_impl.cc |
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc |
index d976ca272e23f36c979a94a6eccfa84bbcef9068..780198271c60fc9bd86afbc25214390934ca95e0 100644 |
--- a/content/child/blink_platform_impl.cc |
+++ b/content/child/blink_platform_impl.cc |
@@ -488,8 +488,7 @@ WebURLLoader* BlinkPlatformImpl::createURLLoader() { |
// data URLs to bypass the ResourceDispatcher. |
return new WebURLLoaderImpl( |
child_thread ? child_thread->resource_dispatcher() : NULL, |
- make_scoped_ptr(new scheduler::WebTaskRunnerImpl( |
- base::ThreadTaskRunnerHandle::Get()))); |
+ make_scoped_ptr(currentThread()->taskRunner()->clone())); |
} |
blink::WebSocketHandle* BlinkPlatformImpl::createWebSocketHandle() { |