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