| Index: Source/core/svg/SVGFEMorphologyElement.cpp
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.cpp b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| index 1856cb38ec4d62b86f20ae8fd698e317cb468844..882f8e0857a4cb50c37f5fa9fd91a4a8322f75b3 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.cpp
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| @@ -40,12 +40,6 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<MorphologyO
|
| return entries;
|
| }
|
|
|
| -// 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)
|
| , m_radius(SVGAnimatedNumberOptionalNumber::create(this, SVGNames::radiusAttr))
|
|
|