| 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 2c79593ab3f806dbc12539581b7e87c0bed7863c..0310212da52275bdc3bd5182e52a02044dd4ac3a 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContext.h
|
| @@ -177,7 +177,7 @@ class CORE_EXPORT ExecutionContext : public ContextLifecycleNotifier,
|
| void parseAndSetReferrerPolicy(const String& policies,
|
| bool supportLegacyKeywords = false);
|
| void setReferrerPolicy(ReferrerPolicy);
|
| - ReferrerPolicy getReferrerPolicy() const { return m_referrerPolicy; }
|
| + virtual ReferrerPolicy getReferrerPolicy() const { return m_referrerPolicy; }
|
|
|
| protected:
|
| ExecutionContext();
|
|
|