diff options
Diffstat (limited to 'Source/WebCore/svg/SVGPolyElement.h')
-rw-r--r-- | Source/WebCore/svg/SVGPolyElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGPolyElement.h b/Source/WebCore/svg/SVGPolyElement.h index 4cb79f4be..94f1c11a5 100644 --- a/Source/WebCore/svg/SVGPolyElement.h +++ b/Source/WebCore/svg/SVGPolyElement.h @@ -51,7 +51,7 @@ private: virtual bool supportsFocus() const { return true; } bool isSupportedAttribute(const QualifiedName&); - virtual void parseAttribute(Attribute*) OVERRIDE; + virtual void parseAttribute(const Attribute&) OVERRIDE; virtual void svgAttributeChanged(const QualifiedName&); virtual bool supportsMarkers() const { return true; } |