| 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 fae6f4eda3afa253d68efcde60bc7cf4e3b326c6..7e57bdf90411ea39f088be0550d95529552fd94f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl
|
| @@ -26,7 +26,7 @@
|
| // http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGPolylineElement
|
|
|
| interface SVGPolylineElement : SVGGeometryElement {
|
| - // TODO(philipj): points and animatedPoints should be on the
|
| + // TODO(foolip): points and animatedPoints should be on the
|
| // SVGAnimatedPoints interface which SVGPolylineElement should implement:
|
| // http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGAnimatedPoints
|
| [MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
|
|
|