summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGPathSegWithContext.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-05-27 09:58:08 +0200
committerLiang Qi <liang.qi@qt.io>2016-05-27 09:58:33 +0200
commit01fa9be55572ddb3f69befc68475ed09241eabdf (patch)
tree03e177b36123aaf32b287eda215014e08b3d269b /Source/WebCore/svg/SVGPathSegWithContext.h
parent2e8517924b70a778463e463873eb3d8d0b623eed (diff)
parenta750b262b856178eee47d546944bd095662dccf7 (diff)
downloadqtwebkit-5.7.0.tar.gz
Merge remote-tracking branch 'origin/5.6.1' into 5.7.05.7.0
Change-Id: Id8fd457ab1eb501f8f5622cb5f7d88c352e3758f
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: