Index: core/svg/SVGFEComponentTransferElement.idl |
diff --git a/core/svg/SVGFEComponentTransferElement.idl b/core/svg/SVGFEComponentTransferElement.idl |
index 48f91da67479c9dc99508dbf7ec3fb673c51c372..a91f58b6c706bbc5f4703609746720fc41c00201 100644 |
--- a/core/svg/SVGFEComponentTransferElement.idl |
+++ b/core/svg/SVGFEComponentTransferElement.idl |
@@ -23,7 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGFEComponentTransferElement : SVGStyledElement { |
+interface SVGFEComponentTransferElement : SVGElement { |
readonly attribute SVGAnimatedString in1; |
}; |