Index: third_party/WebKit/Source/core/fetch/FetchContext.h |
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h |
index d4259504e16b97fc3902001d5a3236f04b1a3749..b014e8b71210e186c423670ccfd84b4c3522f9e0 100644 |
--- a/third_party/WebKit/Source/core/fetch/FetchContext.h |
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.h |
@@ -84,7 +84,7 @@ public: |
virtual void dispatchDidFail(unsigned long identifier, const ResourceError&, bool isInternalRequest); |
virtual bool shouldLoadNewResource(Resource::Type) const { return false; } |
- virtual void willStartLoadingResource(ResourceRequest&); |
+ virtual void willStartLoadingResource(Resource*, ResourceRequest&); |
virtual void didLoadResource(Resource*); |
virtual void addResourceTiming(const ResourceTimingInfo&); |