diff options
Diffstat (limited to 'WebCore/html/HTMLEmbedElement.h')
-rw-r--r-- | WebCore/html/HTMLEmbedElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLEmbedElement.h b/WebCore/html/HTMLEmbedElement.h index 16f0893..53da011 100644 --- a/WebCore/html/HTMLEmbedElement.h +++ b/WebCore/html/HTMLEmbedElement.h @@ -40,7 +40,7 @@ private: virtual int tagPriority() const { return 0; } virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void attach(); virtual bool canLazyAttach() { return false; } |