| Index: core/svg/SVGSwitchElement.idl
|
| diff --git a/core/svg/SVGSwitchElement.idl b/core/svg/SVGSwitchElement.idl
|
| index 512d8ce83ad6938c4d7d9d743642a0c015376d0e..4a1f6ae80638475e17162e4c7ac6c9f1b3598d91 100644
|
| --- a/core/svg/SVGSwitchElement.idl
|
| +++ b/core/svg/SVGSwitchElement.idl
|
| @@ -24,9 +24,10 @@
|
| */
|
|
|
| interface SVGSwitchElement : SVGStyledElement,
|
| - SVGTests,
|
| SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| SVGTransformable {
|
| };
|
|
|
| +SVGSwitchElement implements SVGExternalResourcesRequired;
|
| +SVGSwitchElement implements SVGTests;
|
| +
|
|
|