| Index: third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| index d484f78ab1bbda83eb52c7ef51333127222dc177..e7c867b783b60584965cfd0972f3d94a9daf83e0 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| @@ -25,7 +25,7 @@ class MODULES_EXPORT FetchBlobDataConsumerHandle final : public FetchDataConsume
|
| public:
|
| class MODULES_EXPORT LoaderFactory : public GarbageCollectedFinalized<LoaderFactory> {
|
| public:
|
| - virtual std::unique_ptr<ThreadableLoader> create(ExecutionContext&, ThreadableLoaderClient*, const ThreadableLoaderOptions&, const ResourceLoaderOptions&) = 0;
|
| + virtual ThreadableLoader* create(ExecutionContext&, ThreadableLoaderClient*, const ThreadableLoaderOptions&, const ResourceLoaderOptions&) = 0;
|
| virtual ~LoaderFactory() { }
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|