| Index: core/svg/SVGAnimationElement.idl
|
| diff --git a/core/svg/SVGAnimationElement.idl b/core/svg/SVGAnimationElement.idl
|
| index 503ec0b0fb7d04125e3ee040e37e2493d6b12e58..55e90f5ea3c84384dace7e986c4b182688155633 100644
|
| --- a/core/svg/SVGAnimationElement.idl
|
| +++ b/core/svg/SVGAnimationElement.idl
|
| @@ -26,8 +26,6 @@
|
| [
|
| NoInterfaceObject
|
| ] interface SVGAnimationElement : SVGElement,
|
| - SVGTests,
|
| - SVGExternalResourcesRequired,
|
| ElementTimeControl {
|
| readonly attribute SVGElement targetElement;
|
|
|
| @@ -36,3 +34,6 @@
|
| float getSimpleDuration();
|
| };
|
|
|
| +SVGAnimationElement implements SVGExternalResourcesRequired;
|
| +SVGAnimationElement implements SVGTests;
|
| +
|
|
|