Index: third_party/WebKit/Source/core/svg/SVGPolygonElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl b/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl |
index 5428f6fedcd3f741500c5d787bf129f2cb8d6530..75e87c32556c597014a651d508bf44d86aee5004 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGPolygonElement.idl |
@@ -29,6 +29,6 @@ interface SVGPolygonElement : SVGGeometryElement { |
// TODO(philipj): points and animatedPoints be on the SVGAnimatedPoints |
// interface which SVGPolygonElement should implement: |
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGAnimatedPoints |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points; |
- [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMShape] readonly attribute SVGPointList animatedPoints; |
+ [MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points; |
+ [MeasureAs=SVG1DOMShape] readonly attribute SVGPointList animatedPoints; |
}; |