Index: Source/core/svg/SVGFECompositeElement.idl |
diff --git a/Source/core/svg/SVGFECompositeElement.idl b/Source/core/svg/SVGFECompositeElement.idl |
index 980f1e900908a8845c69778e9c833ee8e4378785..1a4aa40dc604a16b693e5c5d40ab2468e277a27d 100644 |
--- a/Source/core/svg/SVGFECompositeElement.idl |
+++ b/Source/core/svg/SVGFECompositeElement.idl |
@@ -24,10 +24,9 @@ |
*/ |
[ |
- Conditional=SVG, |
DoNotCheckConstants |
] interface SVGFECompositeElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+ SVGFilterPrimitiveStandardAttributes { |
// Composite Operators |
const unsigned short SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
const unsigned short SVG_FECOMPOSITE_OPERATOR_OVER = 1; |