summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGPolyElement.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/SVGPolyElement.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/SVGPolyElement.h')
-rw-r--r--Source/WebCore/svg/SVGPolyElement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/svg/SVGPolyElement.h b/Source/WebCore/svg/SVGPolyElement.h
index bd0dd49aa..f399a427e 100644
--- a/Source/WebCore/svg/SVGPolyElement.h
+++ b/Source/WebCore/svg/SVGPolyElement.h
@@ -33,8 +33,8 @@ namespace WebCore {
class SVGPolyElement : public SVGGraphicsElement
, public SVGExternalResourcesRequired {
public:
- SVGListPropertyTearOff<SVGPointList>* points();
- SVGListPropertyTearOff<SVGPointList>* animatedPoints();
+ RefPtr<SVGListPropertyTearOff<SVGPointList> > points();
+ RefPtr<SVGListPropertyTearOff<SVGPointList> > animatedPoints();
SVGPointList& pointList() const { return m_points.value; }