summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl b/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl
index be639f1d8c7..defe168ccdd 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl
@@ -24,8 +24,6 @@
*/
interface SVGPolygonElement : SVGGeometryElement {
- readonly attribute SVGPointList points;
+ [ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
readonly attribute SVGPointList animatedPoints;
};
-
-SVGPolygonElement implements SVGExternalResourcesRequired;