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