| Index: core/svg/SVGRectElement.idl
|
| diff --git a/core/svg/SVGRectElement.idl b/core/svg/SVGRectElement.idl
|
| index 55b6f3c4aeca40d17530d9f857bb86998663c0e9..a1cc3a340ba27ed287d5c56e788d643855a0c8da 100644
|
| --- a/core/svg/SVGRectElement.idl
|
| +++ b/core/svg/SVGRectElement.idl
|
| @@ -25,9 +25,7 @@
|
| */
|
|
|
| interface SVGRectElement : SVGStyledElement,
|
| - SVGTests,
|
| SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| SVGTransformable {
|
| readonly attribute SVGAnimatedLength x;
|
| readonly attribute SVGAnimatedLength y;
|
| @@ -37,3 +35,6 @@ interface SVGRectElement : SVGStyledElement,
|
| readonly attribute SVGAnimatedLength ry;
|
| };
|
|
|
| +SVGRectElement implements SVGExternalResourcesRequired;
|
| +SVGRectElement implements SVGTests;
|
| +
|
|
|