Index: Source/core/frame/ContentSecurityPolicy.h |
diff --git a/Source/core/frame/ContentSecurityPolicy.h b/Source/core/frame/ContentSecurityPolicy.h |
index 8b7b688536749865070a00e614b6cd0868d6e951..8b786bff6426b885e23f784af1030461347ef27e 100644 |
--- a/Source/core/frame/ContentSecurityPolicy.h |
+++ b/Source/core/frame/ContentSecurityPolicy.h |
@@ -110,6 +110,8 @@ public: |
bool allowConnectToSource(const KURL&, ReportingStatus = SendReport) const; |
bool allowFormAction(const KURL&, ReportingStatus = SendReport) const; |
bool allowBaseURI(const KURL&, ReportingStatus = SendReport) const; |
+ bool allowAncestors(Frame*, ReportingStatus = SendReport) const; |
+ |
// The nonce and hash allow functions are guaranteed to not have any side |
// effects, including reporting. |
bool allowScriptNonce(const String& nonce) const; |