| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index abce8e5dad713dec389f7d1cc83a103955bb76f5..5376c40ff35b9b00193b2a49b38421d7feca98a7 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -81,7 +81,7 @@ public:
|
| void dispatchDidFail(unsigned long identifier, const ResourceError&, bool isInternalRequest) override;
|
|
|
| bool shouldLoadNewResource(Resource::Type) const override;
|
| - void willStartLoadingResource(ResourceRequest&) override;
|
| + void willStartLoadingResource(Resource*, ResourceRequest&) override;
|
| void didLoadResource(Resource*) override;
|
|
|
| void addResourceTiming(const ResourceTimingInfo&) override;
|
|
|