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 b69102e2819791e3b2a8cb5f14e99de27813969f..df3918581fa9f02dc47093fe10ca488dca44c990 100644 |
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
@@ -51,7 +51,7 @@ void FetchContext::setFirstPartyForCookies(ResourceRequest&) |
{ |
} |
-CachePolicy FetchContext::cachePolicy() const |
+CachePolicy FetchContext::getCachePolicy() const |
{ |
return CachePolicyVerify; |
} |