| 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 b42494f384fef2c82ea7b3f8028d2eb6bb87c913..e0fe7db5b804e62a7a3b5313390f306a03e9d07b 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -70,7 +70,7 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| FetchResourceType) override;
|
| CachePolicy getCachePolicy() const override;
|
| WebCachePolicy resourceRequestCachePolicy(
|
| - const ResourceRequest&,
|
| + ResourceRequest&,
|
| Resource::Type,
|
| FetchRequest::DeferOption) const override;
|
| void dispatchDidChangeResourcePriority(unsigned long identifier,
|
|
|