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

Unified Diff: Source/core/frame/csp/CSPDirective.h

Issue 554303002: CSP: Separate more parse-time side-effects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | « no previous file | Source/core/frame/csp/CSPDirectiveList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/csp/CSPDirective.h
diff --git a/Source/core/frame/csp/CSPDirective.h b/Source/core/frame/csp/CSPDirective.h
index 38f13a2fedafaccc0da963054c431f7278ab6017..d793504972b977028b347b4df1c239fb50b766f8 100644
--- a/Source/core/frame/csp/CSPDirective.h
+++ b/Source/core/frame/csp/CSPDirective.h
@@ -25,7 +25,7 @@ public:
const String& text() const { return m_text; }
protected:
- const ContentSecurityPolicy* policy() const { return m_policy; }
+ ContentSecurityPolicy* policy() const { return m_policy; }
private:
String m_name;
« no previous file with comments | « no previous file | Source/core/frame/csp/CSPDirectiveList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698