diff options
Diffstat (limited to 'WebCore/html/HTMLSelectElement.h')
-rw-r--r-- | WebCore/html/HTMLSelectElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLSelectElement.h b/WebCore/html/HTMLSelectElement.h index 59c943a..79b0789 100644 --- a/WebCore/html/HTMLSelectElement.h +++ b/WebCore/html/HTMLSelectElement.h @@ -86,9 +86,6 @@ protected: HTMLSelectElement(const QualifiedName&, Document*, HTMLFormElement*); private: - virtual int tagPriority() const { return 6; } - virtual bool checkDTD(const Node* newChild); - virtual const AtomicString& formControlType() const; virtual bool isKeyboardFocusable(KeyboardEvent*) const; |