Index: third_party/WebKit/Source/core/dom/ExecutionContext.h |
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.h b/third_party/WebKit/Source/core/dom/ExecutionContext.h |
index 45331c779893f52a608b26fd7ab3df5a38ef62a0..acafd94fd9d5c1930c25f1a6fbb565d7345edc58 100644 |
--- a/third_party/WebKit/Source/core/dom/ExecutionContext.h |
+++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h |
@@ -157,7 +157,7 @@ public: |
virtual bool isSecureContext(const SecureContextCheck = StandardSecureContextCheck) const; |
virtual void setReferrerPolicy(ReferrerPolicy); |
- ReferrerPolicy referrerPolicy() const { return m_referrerPolicy; } |
+ ReferrerPolicy getReferrerPolicy() const { return m_referrerPolicy; } |
protected: |
ExecutionContext(); |