Index: Source/core/svg/SVGCircleElement.idl |
diff --git a/Source/core/svg/SVGCircleElement.idl b/Source/core/svg/SVGCircleElement.idl |
index d32d75661855b2a9e3522044c919fe9c2f9eec9b..7041246d26e979c309af3f0ac94e6b65dc70dd90 100644 |
--- a/Source/core/svg/SVGCircleElement.idl |
+++ b/Source/core/svg/SVGCircleElement.idl |
@@ -24,13 +24,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGCircleElement : SVGStyledElement, |
- SVGTransformable { |
+interface SVGCircleElement : SVGGraphicsElement { |
readonly attribute SVGAnimatedLength cx; |
readonly attribute SVGAnimatedLength cy; |
readonly attribute SVGAnimatedLength r; |
}; |
SVGCircleElement implements SVGExternalResourcesRequired; |
-SVGCircleElement implements SVGTests; |