| Index: core/svg/SVGFECompositeElement.idl
|
| ===================================================================
|
| --- core/svg/SVGFECompositeElement.idl (revision 23517)
|
| +++ core/svg/SVGFECompositeElement.idl (working copy)
|
| @@ -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;
|
|
|