| 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);
 | 
| 
 |