Index: Source/core/svg/SVGFEBlendElement.idl |
diff --git a/Source/core/svg/SVGFEBlendElement.idl b/Source/core/svg/SVGFEBlendElement.idl |
index 17dd69281e0601b2751712f027c4b9c2ce300f35..1bad33621de9d3caa0a07ce32179730784b5a69f 100644 |
--- a/Source/core/svg/SVGFEBlendElement.idl |
+++ b/Source/core/svg/SVGFEBlendElement.idl |
@@ -25,8 +25,7 @@ |
[ |
DoNotCheckConstants |
-] interface SVGFEBlendElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+] interface SVGFEBlendElement : SVGStyledElement { |
// Blend Mode Types |
const unsigned short SVG_FEBLEND_MODE_UNKNOWN = 0; |
const unsigned short SVG_FEBLEND_MODE_NORMAL = 1; |
@@ -40,3 +39,4 @@ |
readonly attribute SVGAnimatedEnumeration mode; |
}; |
+SVGFEBlendElement implements SVGFilterPrimitiveStandardAttributes; |