| 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 cf07e5cd0f00f89b3b20144ed5729c8794908d9b..325030f540ba25f28cbe0777db25c476e4f31237 100644
|
| --- a/third_party/WebKit/Source/core/loader/ThreadableLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/ThreadableLoader.cpp
|
| @@ -40,7 +40,7 @@
|
|
|
| namespace blink {
|
|
|
| -PassRefPtr<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);
|
|
|
|
|