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