Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
index 2ee209ef6e86b6840dcfc367242d7ee117c2d69d..99947bf3e8a0781e55a32bf64f95f6fd1f43d56c 100644 |
--- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
+++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
@@ -69,6 +69,7 @@ class CORE_EXPORT CSPDirectiveList |
bool allowScriptFromSource(const KURL&, |
const String& nonce, |
+ ParserDisposition, |
ResourceRequest::RedirectStatus, |
ContentSecurityPolicy::ReportingStatus) const; |
bool allowStyleFromSource(const KURL&, |