Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: third_party/WebKit/Source/core/dom/ExecutionContext.h

Issue 2400443004: Walk up frame tree for srcdoc referrer policies (Closed)
Patch Set: fix dynamic policy test Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698