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