| 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 4b0d41ac293320c86b0d03c2538f996124511a8f..29ac0b8068990b7cfbc2cacc9cd25d9886357119 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.idl
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.idl
 | 
| @@ -29,8 +29,5 @@
 | 
|  interface SVGPathElement : SVGGeometryElement {
 | 
|      [Measure] readonly attribute SVGAnimatedNumber pathLength;
 | 
|  
 | 
| -    float getTotalLength();
 | 
| -    // TODO(foolip): SVGPoint should be DOMPoint.
 | 
| -    SVGPoint getPointAtLength(float distance);
 | 
|      unsigned long getPathSegAtLength(float distance);
 | 
|  };
 | 
| 
 |