Index: Source/core/html/HTMLFrameOwnerElement.h |
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h |
index 984d493d8b22f5f1343f5788069a4560a000dd9e..c14ccb069c61f4711de6af4ef37d08882038b5fd 100644 |
--- a/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/Source/core/html/HTMLFrameOwnerElement.h |
@@ -60,6 +60,9 @@ public: |
SandboxFlags sandboxFlags() const { return m_sandboxFlags; } |
+ virtual bool loadedNonEmptyDocument() const { return false; } |
+ virtual void didLoadNonEmptyDocument() {} |
+ |
protected: |
HTMLFrameOwnerElement(const QualifiedName& tagName, Document*); |
void setSandboxFlags(SandboxFlags); |