| Index: Source/core/svg/SVGFEMorphologyElement.idl
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.idl b/Source/core/svg/SVGFEMorphologyElement.idl
|
| index dcb1efe3b92ccfdacbd7875ab2759ee59af14197..47f1152e715e97ad0bcf0b8947e9822e67130206 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.idl
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.idl
|
| @@ -25,8 +25,7 @@
|
|
|
| [
|
| DoNotCheckConstants
|
| -] interface SVGFEMorphologyElement : SVGStyledElement,
|
| - SVGFilterPrimitiveStandardAttributes {
|
| +] interface SVGFEMorphologyElement : SVGStyledElement {
|
| // Morphology Operators
|
| const unsigned short SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0;
|
| const unsigned short SVG_MORPHOLOGY_OPERATOR_ERODE = 1;
|
| @@ -41,3 +40,4 @@
|
| [Default=Undefined] optional float radiusY);
|
| };
|
|
|
| +SVGFEMorphologyElement implements SVGFilterPrimitiveStandardAttributes;
|
|
|