summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGFEDropShadowElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGFEDropShadowElement.h')
-rw-r--r--Source/WebCore/svg/SVGFEDropShadowElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGFEDropShadowElement.h b/Source/WebCore/svg/SVGFEDropShadowElement.h
index bf0fb1b81..76eb167bd 100644
--- a/Source/WebCore/svg/SVGFEDropShadowElement.h
+++ b/Source/WebCore/svg/SVGFEDropShadowElement.h
@@ -37,7 +37,7 @@ private:
SVGFEDropShadowElement(const QualifiedName&, Document*);
bool isSupportedAttribute(const QualifiedName&);
- virtual void parseAttribute(Attribute*) OVERRIDE;
+ virtual void parseAttribute(const Attribute&) OVERRIDE;
virtual void svgAttributeChanged(const QualifiedName&);
virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);