| Index: Source/core/svg/SVGPolygonElement.idl
|
| diff --git a/Source/core/svg/SVGPolygonElement.idl b/Source/core/svg/SVGPolygonElement.idl
|
| index defe168ccdd201dfcdac81101739338fe390a70d..9e2ad5d263200b6f72caa26aa6f6ee4bfbcf4454 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,ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
|
| + [RuntimeEnabled=SVG1DOM] readonly attribute SVGPointList animatedPoints;
|
| };
|
|
|