| 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 f1d383d511c4ac47d321dc21a5647a3b3a09cf9a..2167b4b7d8711679c97ae69c0dfdd3656526bb0c 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| @@ -24,7 +24,7 @@ class MODULES_EXPORT FetchBlobDataConsumerHandle final : public FetchDataConsume
|
| public:
|
| class MODULES_EXPORT LoaderFactory : public GarbageCollectedFinalized<LoaderFactory> {
|
| public:
|
| - virtual PassRefPtr<ThreadableLoader> create(ExecutionContext&, ThreadableLoaderClient*, const ThreadableLoaderOptions&, const ResourceLoaderOptions&) = 0;
|
| + virtual PassOwnPtr<ThreadableLoader> create(ExecutionContext&, ThreadableLoaderClient*, const ThreadableLoaderOptions&, const ResourceLoaderOptions&) = 0;
|
| virtual ~LoaderFactory() { }
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|