summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGPathSegWithContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGPathSegWithContext.h')
-rw-r--r--Source/WebCore/svg/SVGPathSegWithContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGPathSegWithContext.h b/Source/WebCore/svg/SVGPathSegWithContext.h
index 701067227..4ba1447bf 100644
--- a/Source/WebCore/svg/SVGPathSegWithContext.h
+++ b/Source/WebCore/svg/SVGPathSegWithContext.h
@@ -33,7 +33,7 @@ public:
{
}
- SVGAnimatedProperty* animatedProperty() const
+ RefPtr<SVGAnimatedProperty> animatedProperty() const
{
switch (m_role) {
case PathSegUndefinedRole: