summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFrameOwnerElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFrameOwnerElement.h')
-rw-r--r--WebCore/html/HTMLFrameOwnerElement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/HTMLFrameOwnerElement.h b/WebCore/html/HTMLFrameOwnerElement.h
index c84d7bb..f784f4f 100644
--- a/WebCore/html/HTMLFrameOwnerElement.h
+++ b/WebCore/html/HTMLFrameOwnerElement.h
@@ -65,7 +65,6 @@ protected:
private:
friend class Frame;
- virtual void setName() { }
virtual bool isFrameOwnerElement() const { return true; }
virtual bool isKeyboardFocusable(KeyboardEvent*) const { return m_contentFrame; }