diff options
Diffstat (limited to 'Source/WebCore/svg/SVGAnimationElement.h')
-rw-r--r-- | Source/WebCore/svg/SVGAnimationElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGAnimationElement.h b/Source/WebCore/svg/SVGAnimationElement.h index 8a662b33f..919a1584c 100644 --- a/Source/WebCore/svg/SVGAnimationElement.h +++ b/Source/WebCore/svg/SVGAnimationElement.h @@ -175,7 +175,7 @@ protected: virtual void determinePropertyValueTypes(const String& from, const String& to); bool isSupportedAttribute(const QualifiedName&); - virtual void parseAttribute(Attribute*) OVERRIDE; + virtual void parseAttribute(const Attribute&) OVERRIDE; virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; enum AttributeType { |