| Index: Source/core/svg/SVGPolyElement.h
|
| diff --git a/Source/core/svg/SVGPolyElement.h b/Source/core/svg/SVGPolyElement.h
|
| index 617de152ec4c5ca2e01dd13fb90b86c1b9321332..827718420433305988cf23a0fb698954288bbf33 100644
|
| --- a/Source/core/svg/SVGPolyElement.h
|
| +++ b/Source/core/svg/SVGPolyElement.h
|
| @@ -35,7 +35,7 @@ public:
|
| SVGListPropertyTearOff<SVGPointList>* points();
|
| SVGListPropertyTearOff<SVGPointList>* animatedPoints();
|
|
|
| - SVGPointList& pointList() const { return m_points.value; }
|
| + SVGPointList& pointsCurrentValue();
|
|
|
| static const SVGPropertyInfo* pointsPropertyInfo();
|
|
|
|
|