diff options
Diffstat (limited to 'WebCore/html/HTMLMapElement.h')
-rw-r--r-- | WebCore/html/HTMLMapElement.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/html/HTMLMapElement.h b/WebCore/html/HTMLMapElement.h index 1394c95..c0c1395 100644 --- a/WebCore/html/HTMLMapElement.h +++ b/WebCore/html/HTMLMapElement.h @@ -47,10 +47,6 @@ public: private: HTMLMapElement(const QualifiedName&, Document*); - virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; } - virtual int tagPriority() const { return 1; } - virtual bool checkDTD(const Node*); - virtual void parseMappedAttribute(Attribute*); virtual void insertedIntoDocument(); |