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

Unified Diff: third_party/WebKit/Source/core/svg/SVGPolylineElement.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/SVGPolylineElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl b/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl
index fae6f4eda3afa253d68efcde60bc7cf4e3b326c6..7e57bdf90411ea39f088be0550d95529552fd94f 100644
--- a/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGPolylineElement.idl
@@ -26,7 +26,7 @@
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGPolylineElement
interface SVGPolylineElement : SVGGeometryElement {
- // TODO(philipj): points and animatedPoints should be on the
+ // TODO(foolip): points and animatedPoints should be on the
// SVGAnimatedPoints interface which SVGPolylineElement should implement:
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGAnimatedPoints
[MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPolygonElement.idl ('k') | third_party/WebKit/Source/core/svg/SVGRect.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698