| Index: third_party/WebKit/Source/core/svg/SVGPathElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.idl b/third_party/WebKit/Source/core/svg/SVGPathElement.idl
|
| index c5bb32f259133b09dc8092b6eef838dae7b924ef..4b0d41ac293320c86b0d03c2538f996124511a8f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.idl
|
| @@ -30,7 +30,7 @@ interface SVGPathElement : SVGGeometryElement {
|
| [Measure] readonly attribute SVGAnimatedNumber pathLength;
|
|
|
| float getTotalLength();
|
| - // TODO(philipj): SVGPoint should be DOMPoint.
|
| + // TODO(foolip): SVGPoint should be DOMPoint.
|
| SVGPoint getPointAtLength(float distance);
|
| unsigned long getPathSegAtLength(float distance);
|
| };
|
|
|