diff options
Diffstat (limited to 'WebCore/svg/SVGTextPositioningElement.h')
-rw-r--r-- | WebCore/svg/SVGTextPositioningElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGTextPositioningElement.h b/WebCore/svg/SVGTextPositioningElement.h index 71e8900..f3e11bc 100644 --- a/WebCore/svg/SVGTextPositioningElement.h +++ b/WebCore/svg/SVGTextPositioningElement.h @@ -33,7 +33,7 @@ namespace WebCore { SVGTextPositioningElement(const QualifiedName&, Document*); virtual ~SVGTextPositioningElement(); - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); |