Index: third_party/WebKit/Source/web/WebHistoryItem.cpp |
diff --git a/third_party/WebKit/Source/web/WebHistoryItem.cpp b/third_party/WebKit/Source/web/WebHistoryItem.cpp |
index 5286ac4785d7b942ca73f5490c6099bc675ec51a..3a34ef7e82186c1d1e8dad24b0cbd319e53d2fd8 100644 |
--- a/third_party/WebKit/Source/web/WebHistoryItem.cpp |
+++ b/third_party/WebKit/Source/web/WebHistoryItem.cpp |
@@ -68,7 +68,7 @@ WebString WebHistoryItem::referrer() const { |
return m_private->referrer().referrer; |
} |
-WebReferrerPolicy WebHistoryItem::referrerPolicy() const { |
+WebReferrerPolicy WebHistoryItem::getReferrerPolicy() const { |
return static_cast<WebReferrerPolicy>(m_private->referrer().referrerPolicy); |
} |