Index: third_party/WebKit/Source/core/svg/SVGPolylineElement.idl |
diff --git a/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl b/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl |
index 6718d3c100616cc85c647dcb98bee6208dbfd34b..fae6f4eda3afa253d68efcde60bc7cf4e3b326c6 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl |
+++ b/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl |
@@ -29,6 +29,6 @@ interface SVGPolylineElement : SVGGeometryElement { |
// TODO(philipj): points and animatedPoints should be on the |
// SVGAnimatedPoints interface which SVGPolylineElement 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; |
}; |