Index: third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
index 7369ba5c1e29672dbfe8838de60e0451e8dfe576..7f40a7d3b5bc6bf14b3b07d65ddd2f5ae2ec659f 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
@@ -147,10 +147,10 @@ void WebURLRequest::setAllowStoredCredentials(bool allowStoredCredentials) |
m_private->m_resourceRequest->setAllowStoredCredentials(allowStoredCredentials); |
} |
-WebURLRequest::CachePolicy WebURLRequest::cachePolicy() const |
+WebURLRequest::CachePolicy WebURLRequest::getCachePolicy() const |
{ |
return static_cast<WebURLRequest::CachePolicy>( |
- m_private->m_resourceRequest->cachePolicy()); |
+ m_private->m_resourceRequest->getCachePolicy()); |
} |
void WebURLRequest::setCachePolicy(CachePolicy cachePolicy) |