summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGPatternElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGPatternElement.h')
-rw-r--r--Source/WebCore/svg/SVGPatternElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGPatternElement.h b/Source/WebCore/svg/SVGPatternElement.h
index a9cd40e4f..49259eb98 100644
--- a/Source/WebCore/svg/SVGPatternElement.h
+++ b/Source/WebCore/svg/SVGPatternElement.h
@@ -58,7 +58,7 @@ private:
virtual bool needsPendingResourceHandling() const { return false; }
bool isSupportedAttribute(const QualifiedName&);
- virtual void parseAttribute(Attribute*) OVERRIDE;
+ virtual void parseAttribute(const Attribute&) OVERRIDE;
virtual void svgAttributeChanged(const QualifiedName&);
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);