| Index: Source/core/svg/SVGFEBlendElement.idl
|
| diff --git a/Source/core/svg/SVGFEBlendElement.idl b/Source/core/svg/SVGFEBlendElement.idl
|
| index 2a9e620010189fdd4abe0a6a7e945ceac2bc9e25..17dd69281e0601b2751712f027c4b9c2ce300f35 100644
|
| --- a/Source/core/svg/SVGFEBlendElement.idl
|
| +++ b/Source/core/svg/SVGFEBlendElement.idl
|
| @@ -24,10 +24,9 @@
|
| */
|
|
|
| [
|
| - Conditional=SVG,
|
| DoNotCheckConstants
|
| ] interface SVGFEBlendElement : SVGStyledElement,
|
| - SVGFilterPrimitiveStandardAttributes {
|
| + SVGFilterPrimitiveStandardAttributes {
|
| // Blend Mode Types
|
| const unsigned short SVG_FEBLEND_MODE_UNKNOWN = 0;
|
| const unsigned short SVG_FEBLEND_MODE_NORMAL = 1;
|
|
|