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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLFrameElement.h b/WebCore/html/HTMLFrameElement.h
index 3b1b5ad..d8cf509 100644
--- a/WebCore/html/HTMLFrameElement.h
+++ b/WebCore/html/HTMLFrameElement.h
@@ -39,9 +39,6 @@ public:
private:
HTMLFrameElement(const QualifiedName&, Document*);
- virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; }
- virtual int tagPriority() const { return 0; }
-
virtual void attach();
virtual bool rendererIsNeeded(RenderStyle*);