| Index: Source/core/svg/SVGPolylineElement.idl
|
| diff --git a/Source/core/svg/SVGPolylineElement.idl b/Source/core/svg/SVGPolylineElement.idl
|
| index 82ec89c302a606c95d1893723ea2b00cc7766aa7..4d148d1d48d51e1ddf94d3b7c92a305633e9a85b 100644
|
| --- a/Source/core/svg/SVGPolylineElement.idl
|
| +++ b/Source/core/svg/SVGPolylineElement.idl
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| interface SVGPolylineElement : SVGGeometryElement {
|
| - readonly attribute SVGPointList points;
|
| + [ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
|
| readonly attribute SVGPointList animatedPoints;
|
| };
|
|
|
|
|