| Index: third_party/WebKit/Source/core/svg/SVGTransform.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransform.idl b/third_party/WebKit/Source/core/svg/SVGTransform.idl
|
| index 2c6d31b0a6b0df6ba13b25f137247c86348ae1b0..43f113aad88a88ea82baa779ef16c0c4e4df8b7a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransform.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransform.idl
|
| @@ -35,7 +35,7 @@
|
| const unsigned short SVG_TRANSFORM_SKEWY = 6;
|
|
|
| [ImplementedAs=transformType] readonly attribute unsigned short type;
|
| - // TODO(philipj): SVGMatrix should be DOMMatrixReadOnly.
|
| + // TODO(foolip): SVGMatrix should be DOMMatrixReadOnly.
|
| readonly attribute SVGMatrix matrix;
|
| readonly attribute float angle;
|
|
|
|
|