Chromium Code Reviews| Index: Source/core/svg/SVGCircleElement.idl |
| diff --git a/Source/core/svg/SVGCircleElement.idl b/Source/core/svg/SVGCircleElement.idl |
| index 563f10a6b766ee9acbc3c124629ba494d32d3ade..b64ab2b849ceb09addfd080b383979bf0ab5c0f7 100644 |
| --- a/Source/core/svg/SVGCircleElement.idl |
| +++ b/Source/core/svg/SVGCircleElement.idl |
| @@ -33,3 +33,5 @@ interface SVGCircleElement : SVGStyledElement, |
| readonly attribute SVGAnimatedLength r; |
| }; |
| +SVGCircleElement implements SVGTests; |
| + |