Chromium Code Reviews| Index: Source/core/svg/SVGCircleElement.idl |
| diff --git a/Source/core/svg/SVGCircleElement.idl b/Source/core/svg/SVGCircleElement.idl |
| index 67f3d4456481abbd727c0560f8a6c3d1362955f5..19630dd5181733879cf403aa2719539a27682b7b 100644 |
| --- a/Source/core/svg/SVGCircleElement.idl |
| +++ b/Source/core/svg/SVGCircleElement.idl |
| @@ -30,5 +30,3 @@ interface SVGCircleElement : SVGGeometryElement { |
| readonly attribute SVGAnimatedLength r; |
| }; |
| -SVGCircleElement implements SVGExternalResourcesRequired; |
| - |