Index: third_party/WebKit/public/web/WebDocument.h |
diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h |
index 4de2c0a9fd2271043f7a12b1f077b6d4b60923ee..a8ead297fdd2f4b5c045653a230dfa15efc41fcf 100644 |
--- a/third_party/WebKit/public/web/WebDocument.h |
+++ b/third_party/WebKit/public/web/WebDocument.h |
@@ -112,7 +112,7 @@ class WebDocument : public WebNode { |
BLINK_EXPORT WebURL completeURL(const WebString&) const; |
BLINK_EXPORT WebElement getElementById(const WebString&) const; |
BLINK_EXPORT WebElement focusedElement() const; |
- BLINK_EXPORT WebReferrerPolicy referrerPolicy() const; |
+ BLINK_EXPORT WebReferrerPolicy getReferrerPolicy() const; |
BLINK_EXPORT WebString outgoingReferrer(); |
// Accessibility support. These methods should only be called on the |