Index: Source/core/html/HTMLFrameOwnerElement.h |
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h |
index 984d493d8b22f5f1343f5788069a4560a000dd9e..66fc4c5df3e8c256baeed8d37b5cace943a3a1fd 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); |