Index: Source/core/svg/SVGFEColorMatrixElement.cpp |
diff --git a/Source/core/svg/SVGFEColorMatrixElement.cpp b/Source/core/svg/SVGFEColorMatrixElement.cpp |
index d2d0108126aecea414c97c3e35372a68504379cd..a4b900b6e811cea20bebc5b0756c6d6ae0bc0411 100644 |
--- a/Source/core/svg/SVGFEColorMatrixElement.cpp |
+++ b/Source/core/svg/SVGFEColorMatrixElement.cpp |
@@ -59,7 +59,6 @@ inline SVGFEColorMatrixElement::SVGFEColorMatrixElement(Document& document) |
addToPropertyMap(m_values); |
addToPropertyMap(m_in1); |
addToPropertyMap(m_type); |
- registerAnimatedPropertiesForSVGFEColorMatrixElement(); |
} |
PassRefPtr<SVGFEColorMatrixElement> SVGFEColorMatrixElement::create(Document& document) |