| Index: third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.idl
 | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.idl b/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.idl
 | 
| index 0c9edfd820fa03d9e134220d0003affa2b7c91b3..7114c72fb2c72f09f88e47800dd298b0990f6bc2 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.idl
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.idl
 | 
| @@ -46,7 +46,7 @@
 | 
|      [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber kernelUnitLengthX;
 | 
|      [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedNumber kernelUnitLengthY;
 | 
|  
 | 
| -    // TODO(philipj): The following was part of SVG 1.1:
 | 
| +    // TODO(foolip): The following was part of SVG 1.1:
 | 
|      // http://www.w3.org/TR/SVG11/filters.html#InterfaceSVGFEConvolveMatrixElement
 | 
|      // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28703
 | 
|      [Measure] readonly attribute SVGAnimatedBoolean preserveAlpha;
 | 
| 
 |