Index: Source/core/frame/ContentSecurityPolicy.h |
diff --git a/Source/core/frame/ContentSecurityPolicy.h b/Source/core/frame/ContentSecurityPolicy.h |
index 0720123a02d4852e905bf4e2fae5ce349990662c..ee4387d351e6fb7453fa846cac46efd5136df2e8 100644 |
--- a/Source/core/frame/ContentSecurityPolicy.h |
+++ b/Source/core/frame/ContentSecurityPolicy.h |
@@ -104,6 +104,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; |