Index: Source/core/svg/SVGFEConvolveMatrixElement.idl |
diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.idl b/Source/core/svg/SVGFEConvolveMatrixElement.idl |
index 1ae8935b65d06f743f0b04fc589cb1d2727c78b6..3196cd08dbe7975e28d16d776f46267a8f6f2093 100644 |
--- a/Source/core/svg/SVGFEConvolveMatrixElement.idl |
+++ b/Source/core/svg/SVGFEConvolveMatrixElement.idl |
@@ -25,8 +25,7 @@ |
[ |
DoNotCheckConstants |
-] interface SVGFEConvolveMatrixElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+] interface SVGFEConvolveMatrixElement : SVGStyledElement { |
// Edge Mode Values |
const unsigned short SVG_EDGEMODE_UNKNOWN = 0; |
const unsigned short SVG_EDGEMODE_DUPLICATE = 1; |
@@ -47,3 +46,4 @@ |
readonly attribute SVGAnimatedBoolean preserveAlpha; |
}; |
+SVGFEConvolveMatrixElement implements SVGFilterPrimitiveStandardAttributes; |