diff options
Diffstat (limited to 'WebCore/html/HTMLLabelElement.h')
-rw-r--r-- | WebCore/html/HTMLLabelElement.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/html/HTMLLabelElement.h b/WebCore/html/HTMLLabelElement.h index 7964ade..2b09e17 100644 --- a/WebCore/html/HTMLLabelElement.h +++ b/WebCore/html/HTMLLabelElement.h @@ -38,8 +38,6 @@ public: private: HTMLLabelElement(const QualifiedName&, Document*); - virtual int tagPriority() const { return 5; } - virtual bool isFocusable() const; virtual void accessKeyAction(bool sendToAnyElement); |