| Index: Source/core/frame/ContentSecurityPolicy.h
|
| diff --git a/Source/core/frame/ContentSecurityPolicy.h b/Source/core/frame/ContentSecurityPolicy.h
|
| index 0720123a02d4852e905bf4e2fae5ce349990662c..bed51f3e1a25d759182af1611f8e9538fbf4490a 100644
|
| --- a/Source/core/frame/ContentSecurityPolicy.h
|
| +++ b/Source/core/frame/ContentSecurityPolicy.h
|
| @@ -129,6 +129,7 @@ public:
|
| void reportInvalidReflectedXSS(const String&) const;
|
| void reportMissingReportURI(const String&) const;
|
| void reportUnsupportedDirective(const String&) const;
|
| + void reportInvalidInReportOnly(const String&) const;
|
| void reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const Vector<KURL>& reportURIs, const String& header);
|
|
|
| void reportBlockedScriptExecutionToInspector(const String& directiveText) const;
|
|
|