Index: Source/core/svg/SVGFEOffsetElement.cpp |
diff --git a/Source/core/svg/SVGFEOffsetElement.cpp b/Source/core/svg/SVGFEOffsetElement.cpp |
index e9b44cb46b4b7db64bfa2fee8fc417877bf5c7c4..8f3c5de9a1aa9310897579e08106a8c7d8b91b6d 100644 |
--- a/Source/core/svg/SVGFEOffsetElement.cpp |
+++ b/Source/core/svg/SVGFEOffsetElement.cpp |
@@ -46,7 +46,6 @@ inline SVGFEOffsetElement::SVGFEOffsetElement(Document& document) |
addToPropertyMap(m_dx); |
addToPropertyMap(m_dy); |
addToPropertyMap(m_in1); |
- registerAnimatedPropertiesForSVGFEOffsetElement(); |
} |
PassRefPtr<SVGFEOffsetElement> SVGFEOffsetElement::create(Document& document) |