Chromium Code Reviews| Index: Source/core/svg/SVGLineElement.idl |
| diff --git a/Source/core/svg/SVGLineElement.idl b/Source/core/svg/SVGLineElement.idl |
| index 9df8fe6151a03e3457259d2824fa2759e331c92c..e5f3bdb15bd71ea3477e97a72d4f1b1a6dd63ad3 100644 |
| --- a/Source/core/svg/SVGLineElement.idl |
| +++ b/Source/core/svg/SVGLineElement.idl |
| @@ -30,5 +30,3 @@ interface SVGLineElement : SVGGraphicsElement { |
| readonly attribute SVGAnimatedLength y2; |
| }; |
| -SVGLineElement implements SVGExternalResourcesRequired; |
| - |