| Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| index 5a6ac154935e7bbad4e833488702b90c0cb79d9e..d21a4b47f20e5ae58f314630eef2890e2e73e520 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -50,7 +50,7 @@ CachePolicy FetchContext::getCachePolicy() const {
|
| }
|
|
|
| WebCachePolicy FetchContext::resourceRequestCachePolicy(
|
| - const ResourceRequest&,
|
| + ResourceRequest&,
|
| Resource::Type,
|
| FetchRequest::DeferOption defer) const {
|
| return WebCachePolicy::UseProtocolCachePolicy;
|
|
|