diff options
Diffstat (limited to 'WebCore/html/HTMLEmbedElement.h')
-rw-r--r-- | WebCore/html/HTMLEmbedElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLEmbedElement.h b/WebCore/html/HTMLEmbedElement.h index 53da011..5f4df67 100644 --- a/WebCore/html/HTMLEmbedElement.h +++ b/WebCore/html/HTMLEmbedElement.h @@ -36,9 +36,6 @@ public: private: HTMLEmbedElement(const QualifiedName&, Document*); - 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*); |