Index: Source/core/svg/SVGFEComponentTransferElement.idl |
diff --git a/Source/core/svg/SVGFEComponentTransferElement.idl b/Source/core/svg/SVGFEComponentTransferElement.idl |
index b68de27425f7428f67c26b0594cdb990a084fae5..b855de49e4238505b06d42f6a6ba93f923dd6871 100644 |
--- a/Source/core/svg/SVGFEComponentTransferElement.idl |
+++ b/Source/core/svg/SVGFEComponentTransferElement.idl |
@@ -23,8 +23,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface SVGFEComponentTransferElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+interface SVGFEComponentTransferElement : SVGStyledElement { |
readonly attribute SVGAnimatedString in1; |
}; |
+SVGFEComponentTransferElement implements SVGFilterPrimitiveStandardAttributes; |