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 0347f218b39b6c1e3821bc24ee7bed39d6a8a833..36d99ed17a4789cbaf16ca07d3d09ad03181ba0e 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
@@ -239,7 +239,7 @@ WebURLRequest::FrameType WebURLRequest::getFrameType() const { |
return m_resourceRequest->frameType(); |
} |
-WebReferrerPolicy WebURLRequest::referrerPolicy() const { |
+WebReferrerPolicy WebURLRequest::getReferrerPolicy() const { |
return static_cast<WebReferrerPolicy>(m_resourceRequest->getReferrerPolicy()); |
} |