| 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 aff3f018f53d4a855227a858e38c1ea81fd7f306..2caf4a0331b12cb0f08d27deb569059ce370ed3a 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -79,7 +79,7 @@ public:
|
| void dispatchDidFinishLoading(unsigned long identifier, double finishTime, int64_t encodedDataLength) override;
|
| void dispatchDidFail(unsigned long identifier, const ResourceError&, bool isInternalRequest) override;
|
|
|
| - bool shouldLoadNewResource(Resource::Type) const override;
|
| + bool shouldLoadNewResource(Resource::Type, const WebURLRequest::FrameType) const override;
|
| void willStartLoadingResource(unsigned long identifier, ResourceRequest&, Resource::Type) override;
|
| void didLoadResource(Resource*) override;
|
|
|
|
|