| 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;
|
|
|