diff options
Diffstat (limited to 'WebCore/html/HTMLImageElement.h')
-rw-r--r-- | WebCore/html/HTMLImageElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLImageElement.h b/WebCore/html/HTMLImageElement.h index 2b29570..7f38216 100644 --- a/WebCore/html/HTMLImageElement.h +++ b/WebCore/html/HTMLImageElement.h @@ -80,9 +80,6 @@ protected: virtual void willMoveToNewOwnerDocument(); private: - virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; } - virtual int tagPriority() const { return 0; } - virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const; virtual void parseMappedAttribute(Attribute*); |