| 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 6937733265504004ae55f250ad9d58a09a30fd67..6718d3c100616cc85c647dcb98bee6208dbfd34b 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=SVG1DOM, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
|
| - [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGPointList animatedPoints;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
|
| + [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOMShape] readonly attribute SVGPointList animatedPoints;
|
| };
|
|
|