| Index: third_party/WebKit/Source/core/svg/SVGTests.idl | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGTests.idl b/third_party/WebKit/Source/core/svg/SVGTests.idl | 
| index 45e4518514521bb1c9b955c2d5c5e7ec8156298a..2fde5f5162e4b3cdb1d11f6df51cd53f2d1b87fd 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGTests.idl | 
| +++ b/third_party/WebKit/Source/core/svg/SVGTests.idl | 
| @@ -29,7 +29,6 @@ | 
| [ | 
| NoInterfaceObject, // Always used on target of 'implements' | 
| ] interface SVGTests { | 
| -    [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredFeatures; | 
| [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList requiredExtensions; | 
| [MeasureAs=SVG1DOMSVGTests] readonly attribute SVGStringList systemLanguage; | 
| }; | 
|  |