| Index: third_party/WebKit/Source/core/fetch/LinkFetchResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/LinkFetchResource.h b/third_party/WebKit/Source/core/fetch/LinkFetchResource.h
|
| index 7c0ba80db2ac70a4d569842e17af92c88e1aa383..d3650bd535a6424340fec796c19b05b5c207574e 100644
|
| --- a/third_party/WebKit/Source/core/fetch/LinkFetchResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/LinkFetchResource.h
|
| @@ -20,6 +20,7 @@ public:
|
|
|
| static Resource* fetch(Resource::Type, FetchRequest&, ResourceFetcher*);
|
| ~LinkFetchResource() override;
|
| + bool isPrefetch() const override;
|
|
|
| private:
|
| class LinkResourceFactory : public ResourceFactory {
|
|
|