| Index: Source/core/svg/SVGFEMorphologyElement.idl
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.idl b/Source/core/svg/SVGFEMorphologyElement.idl
|
| index 78fbbafed27e8e495d4bd9e4b61c1454b2b7eaa8..dcb1efe3b92ccfdacbd7875ab2759ee59af14197 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.idl
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.idl
|
| @@ -24,10 +24,9 @@
|
| */
|
|
|
| [
|
| - Conditional=SVG,
|
| DoNotCheckConstants
|
| ] interface SVGFEMorphologyElement : SVGStyledElement,
|
| - SVGFilterPrimitiveStandardAttributes {
|
| + SVGFilterPrimitiveStandardAttributes {
|
| // Morphology Operators
|
| const unsigned short SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0;
|
| const unsigned short SVG_MORPHOLOGY_OPERATOR_ERODE = 1;
|
|
|