summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFrameElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFrameElement.h')
-rw-r--r--WebCore/html/HTMLFrameElement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/HTMLFrameElement.h b/WebCore/html/HTMLFrameElement.h
index 20f298e..3b1b5ad 100644
--- a/WebCore/html/HTMLFrameElement.h
+++ b/WebCore/html/HTMLFrameElement.h
@@ -35,7 +35,6 @@ public:
bool hasFrameBorder() const { return m_frameBorder; }
bool noResize() const { return m_noResize; }
- void setNoResize(bool);
private:
HTMLFrameElement(const QualifiedName&, Document*);