diff options
Diffstat (limited to 'WebCore/svg/SVGCircleElement.h')
-rw-r--r-- | WebCore/svg/SVGCircleElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGCircleElement.h b/WebCore/svg/SVGCircleElement.h index 027918c..eb2714c 100644 --- a/WebCore/svg/SVGCircleElement.h +++ b/WebCore/svg/SVGCircleElement.h @@ -39,7 +39,7 @@ namespace WebCore { virtual bool isValid() const { return SVGTests::isValid(); } - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void svgAttributeChanged(const QualifiedName&); virtual void synchronizeProperty(const QualifiedName&); |