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 970f35f83a0c3b46d988b9b52315b0f8534b44d6..f1d383d511c4ac47d321dc21a5647a3b3a09cf9a 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 ResourceRequest&, const ThreadableLoaderOptions&, const ResourceLoaderOptions&) = 0; |
+ virtual PassRefPtr<ThreadableLoader> create(ExecutionContext&, ThreadableLoaderClient*, const ThreadableLoaderOptions&, const ResourceLoaderOptions&) = 0; |
virtual ~LoaderFactory() { } |
DEFINE_INLINE_VIRTUAL_TRACE() { } |
}; |