| 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 b3de9b7bbbc974fb9f79ca01586d045c1ad23c15..7579c3b6c9c62ea8fc1e99d864d5fd348acd819a 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| @@ -83,7 +83,7 @@ public:
|
| virtual void dispatchDidFinishLoading(unsigned long identifier, double finishTime, int64_t encodedDataLength);
|
| virtual void dispatchDidFail(unsigned long identifier, const ResourceError&, bool isInternalRequest);
|
|
|
| - virtual bool shouldLoadNewResource(Resource::Type) const { return false; }
|
| + virtual bool shouldLoadNewResource(Resource::Type, const WebURLRequest::FrameType) const { return false; }
|
| virtual void willStartLoadingResource(unsigned long identifier, ResourceRequest&, Resource::Type);
|
| virtual void didLoadResource(Resource*);
|
|
|
|
|