summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLFrameOwnerElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLFrameOwnerElement.h')
-rw-r--r--Source/WebCore/html/HTMLFrameOwnerElement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLFrameOwnerElement.h b/Source/WebCore/html/HTMLFrameOwnerElement.h
index 227622f17..5e2426a7d 100644
--- a/Source/WebCore/html/HTMLFrameOwnerElement.h
+++ b/Source/WebCore/html/HTMLFrameOwnerElement.h
@@ -64,6 +64,7 @@ private:
friend class Frame;
virtual bool isKeyboardFocusable(KeyboardEvent*) const;
+ virtual bool isFrameOwnerElement() const OVERRIDE { return true; }
Frame* m_contentFrame;
SandboxFlags m_sandboxFlags;