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