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