Index: Source/core/dom/DocumentInit.h |
diff --git a/Source/core/dom/DocumentInit.h b/Source/core/dom/DocumentInit.h |
index 8c55456561367f9ef3f417badf667ec2d23cc696..afd1b8a2baa08a10325db0a9e45abeffdb7817c4 100644 |
--- a/Source/core/dom/DocumentInit.h |
+++ b/Source/core/dom/DocumentInit.h |
@@ -61,6 +61,7 @@ public: |
bool isSeamlessAllowedFor(Document* child) const; |
bool shouldReuseDefaultView() const { return m_shouldReuseDefaultView; } |
SandboxFlags sandboxFlags() const; |
+ bool shouldEnforceStrictMixedContentChecking() const; |
Document* parent() const { return m_parent.get(); } |
Document* owner() const { return m_owner.get(); } |