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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTransformList.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/SVGTransformList.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGTransformList.idl b/third_party/WebKit/Source/core/svg/SVGTransformList.idl
index 6101794b24bb9f6fb8cf001de8a63d85d9358fc7..8f2876477725b12532053de5872230d4ac15ab64 100644
--- a/third_party/WebKit/Source/core/svg/SVGTransformList.idl
+++ b/third_party/WebKit/Source/core/svg/SVGTransformList.idl
@@ -40,7 +40,7 @@
[RaisesException] SVGTransform replaceItem(SVGTransform newItem, unsigned long index);
[RaisesException] SVGTransform removeItem(unsigned long index);
[RaisesException] SVGTransform appendItem(SVGTransform newItem);
- // TODO(philipj): SVGMatrix should be DOMMatrix.
+ // TODO(foolip): SVGMatrix should be DOMMatrix.
SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
[RaisesException, MeasureAs=SVGTransformListConsolidate] SVGTransform? consolidate();
[RaisesException] setter void (unsigned long index, SVGTransform newItem);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTransform.idl ('k') | third_party/WebKit/Source/core/svg/SVGZoomEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698