diff options
Diffstat (limited to 'WebCore/svg/SVGAElement.h')
-rw-r--r-- | WebCore/svg/SVGAElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGAElement.h b/WebCore/svg/SVGAElement.h index 36046d3..d9d7fa7 100644 --- a/WebCore/svg/SVGAElement.h +++ b/WebCore/svg/SVGAElement.h @@ -44,7 +44,7 @@ namespace WebCore { virtual String title() const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); |