Index: third_party/WebKit/Source/web/WebDocument.cpp |
diff --git a/third_party/WebKit/Source/web/WebDocument.cpp b/third_party/WebKit/Source/web/WebDocument.cpp |
index ca949a9df29de4a830a4ad82b4076b0b9e8a27f8..9ed9fb97366f26cea70b4683281d4418ceaf7f3b 100644 |
--- a/third_party/WebKit/Source/web/WebDocument.cpp |
+++ b/third_party/WebKit/Source/web/WebDocument.cpp |
@@ -214,7 +214,7 @@ bool WebDocument::processingBeforeUnloadDoNotUse() const { |
return constUnwrap<Document>()->processingBeforeUnload(); |
} |
-WebReferrerPolicy WebDocument::referrerPolicy() const { |
+WebReferrerPolicy WebDocument::getReferrerPolicy() const { |
return static_cast<WebReferrerPolicy>( |
constUnwrap<Document>()->getReferrerPolicy()); |
} |