summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFieldSetElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFieldSetElement.h')
-rw-r--r--WebCore/html/HTMLFieldSetElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLFieldSetElement.h b/WebCore/html/HTMLFieldSetElement.h
index 58c3ec4..db99a89 100644
--- a/WebCore/html/HTMLFieldSetElement.h
+++ b/WebCore/html/HTMLFieldSetElement.h
@@ -35,9 +35,6 @@ public:
private:
HTMLFieldSetElement(const QualifiedName&, Document*, HTMLFormElement*);
- virtual int tagPriority() const { return 3; }
- virtual bool checkDTD(const Node* newChild);
-
virtual bool supportsFocus() const;
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
virtual const AtomicString& formControlType() const;