| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| index bc89a13bca92a0070e7a806d2bf94b18f36abcb7..24141d29371db6511ff6eafbe8e10ea13c26bf9b 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -57,6 +57,7 @@ class ConsoleMessage;
|
| class CSPDirectiveList;
|
| class CSPSource;
|
| class Document;
|
| +class Element;
|
| class FrameLoaderClient;
|
| class KURL;
|
| class ResourceRequest;
|
| @@ -280,6 +281,8 @@ public:
|
|
|
| static bool isDirectiveName(const String&);
|
|
|
| + static bool isNonceableElement(const Element*);
|
| +
|
| Document* document() const;
|
|
|
| private:
|
|
|