diff options
Diffstat (limited to 'WebCore/svg/SVGStyledElement.h')
-rw-r--r-- | WebCore/svg/SVGStyledElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGStyledElement.h b/WebCore/svg/SVGStyledElement.h index 69d7e96..cf78050 100644 --- a/WebCore/svg/SVGStyledElement.h +++ b/WebCore/svg/SVGStyledElement.h @@ -51,7 +51,7 @@ namespace WebCore { virtual bool rendererIsNeeded(RenderStyle*); virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); |