summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLPreElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLPreElement.h')
-rw-r--r--WebCore/html/HTMLPreElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLPreElement.h b/WebCore/html/HTMLPreElement.h
index 1a67c65..3ccdb86 100644
--- a/WebCore/html/HTMLPreElement.h
+++ b/WebCore/html/HTMLPreElement.h
@@ -34,9 +34,6 @@ public:
private:
HTMLPreElement(const QualifiedName&, Document*);
- virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; }
- virtual int tagPriority() const { return 5; }
-
virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
virtual void parseMappedAttribute(Attribute*);
};