| Index: third_party/WebKit/Source/core/loader/resource/LinkFetchResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/resource/LinkFetchResource.cpp b/third_party/WebKit/Source/core/loader/resource/LinkFetchResource.cpp
|
| index be4334d74d09f43abd0aeacf3ba572e02b08d0a4..869583a131dbf2fd5a412ef31371c027deaa7008 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/LinkFetchResource.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/resource/LinkFetchResource.cpp
|
| @@ -15,7 +15,8 @@ Resource* LinkFetchResource::Fetch(Resource::Type type,
|
| DCHECK_EQ(type, kLinkPrefetch);
|
| DCHECK_EQ(params.GetResourceRequest().GetFrameType(),
|
| WebURLRequest::kFrameTypeNone);
|
| - params.SetRequestContext(fetcher->DetermineRequestContext(type));
|
| + params.SetRequestContext(fetcher->DetermineRequestContext(
|
| + type, ResourceFetcher::kImageNotImageSet));
|
| return fetcher->RequestResource(params, LinkResourceFactory(type));
|
| }
|
|
|
|
|