Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(852)

Unified Diff: third_party/WebKit/Source/core/svg/SVGTextContentElement.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGStyleElement.idl ('k') | third_party/WebKit/Source/core/svg/SVGTransform.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698