diff options
Diffstat (limited to 'WebCore/html/HTMLAreaElement.h')
-rw-r--r-- | WebCore/html/HTMLAreaElement.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/html/HTMLAreaElement.h b/WebCore/html/HTMLAreaElement.h index ce711b2..10784c3 100644 --- a/WebCore/html/HTMLAreaElement.h +++ b/WebCore/html/HTMLAreaElement.h @@ -50,8 +50,6 @@ public: private: HTMLAreaElement(const QualifiedName&, Document*); - virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; } - virtual int tagPriority() const { return 0; } virtual void parseMappedAttribute(Attribute*); virtual bool supportsFocus() const; virtual String target() const; |