| Index: Source/core/svg/SVGFEMorphologyElement.cpp
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.cpp b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| index 1856cb38ec4d62b86f20ae8fd698e317cb468844..4dd6f61c243256f3d1c7fc45f6d6c7c8657648c7 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.cpp
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| @@ -42,9 +42,6 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<MorphologyO
|
|
|
| // Animated property definitions
|
|
|
| -BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFEMorphologyElement)
|
| - REGISTER_PARENT_ANIMATED_PROPERTIES(SVGFilterPrimitiveStandardAttributes)
|
| -END_REGISTER_ANIMATED_PROPERTIES
|
|
|
| inline SVGFEMorphologyElement::SVGFEMorphologyElement(Document& document)
|
| : SVGFilterPrimitiveStandardAttributes(SVGNames::feMorphologyTag, document)
|
|
|