Index: Source/core/svg/SVGFEMorphologyElement.cpp |
diff --git a/Source/core/svg/SVGFEMorphologyElement.cpp b/Source/core/svg/SVGFEMorphologyElement.cpp |
index a17e99c464f0f39746cac05567c56c98d8bb602c..1856cb38ec4d62b86f20ae8fd698e317cb468844 100644 |
--- a/Source/core/svg/SVGFEMorphologyElement.cpp |
+++ b/Source/core/svg/SVGFEMorphologyElement.cpp |
@@ -57,7 +57,6 @@ inline SVGFEMorphologyElement::SVGFEMorphologyElement(Document& document) |
addToPropertyMap(m_radius); |
addToPropertyMap(m_in1); |
addToPropertyMap(m_svgOperator); |
- registerAnimatedPropertiesForSVGFEMorphologyElement(); |
} |
PassRefPtr<SVGFEMorphologyElement> SVGFEMorphologyElement::create(Document& document) |