| Index: third_party/WebKit/Source/core/svg/SVGTextContentElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextContentElement.idl b/third_party/WebKit/Source/core/svg/SVGTextContentElement.idl
|
| index 77a7baabe0afb6f1ad16fac5017fa5263e19c01e..b2cc96fa61d08aae2cfe4763fe88d150297090de 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.idl
|
| @@ -37,7 +37,7 @@ interface SVGTextContentElement : SVGGraphicsElement {
|
| long getNumberOfChars();
|
| float getComputedTextLength();
|
| [RaisesException] float getSubStringLength(unsigned long charnum, unsigned long nchars);
|
| - // TODO(philipj): SVGPoint/SVGRect should be DOMPoint/DOMRect.
|
| + // TODO(foolip): SVGPoint/SVGRect should be DOMPoint/DOMRect.
|
| [RaisesException] SVGPoint getStartPositionOfChar(unsigned long charnum);
|
| [RaisesException] SVGPoint getEndPositionOfChar(unsigned long charnum);
|
| [RaisesException] SVGRect getExtentOfChar(unsigned long charnum);
|
|
|