| Index: third_party/WebKit/Source/core/loader/ThreadableLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoader.cpp b/third_party/WebKit/Source/core/loader/ThreadableLoader.cpp
|
| index 16f78451600a591f16f953e4dceaa5e7b409af0a..325030f540ba25f28cbe0777db25c476e4f31237 100644
|
| --- a/third_party/WebKit/Source/core/loader/ThreadableLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/ThreadableLoader.cpp
|
| @@ -37,11 +37,10 @@
|
| #include "core/loader/WorkerThreadableLoader.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "core/workers/WorkerThread.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
| -std::unique_ptr<ThreadableLoader> ThreadableLoader::create(ExecutionContext& context, ThreadableLoaderClient* client, const ThreadableLoaderOptions& options, const ResourceLoaderOptions& resourceLoaderOptions)
|
| +PassOwnPtr<ThreadableLoader> ThreadableLoader::create(ExecutionContext& context, ThreadableLoaderClient* client, const ThreadableLoaderOptions& options, const ResourceLoaderOptions& resourceLoaderOptions)
|
| {
|
| ASSERT(client);
|
|
|
|
|