| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index c08802df9aab6340a1c7cf4c1466ea137c763681..69e535d23bd5fbd742b7a6990169982857629dfe 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -439,8 +439,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() {
|
|
|