diff options
Diffstat (limited to 'WebCore/html/HTMLKeygenElement.h')
-rw-r--r-- | WebCore/html/HTMLKeygenElement.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/HTMLKeygenElement.h b/WebCore/html/HTMLKeygenElement.h index baa9a17..4c08014 100644 --- a/WebCore/html/HTMLKeygenElement.h +++ b/WebCore/html/HTMLKeygenElement.h @@ -35,7 +35,6 @@ public: private: HTMLKeygenElement(const QualifiedName&, Document*, HTMLFormElement*); - virtual int tagPriority() const { return 0; } virtual const AtomicString& formControlType() const; virtual bool isEnumeratable() const { return false; } virtual void parseMappedAttribute(Attribute*); |