Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp |
diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
index d39e492c0e96451b17f7559feaf076782dc82721..8a1bc32ad94a726b29f89b509e2f73895c94f7f2 100644 |
--- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
+++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
@@ -75,7 +75,6 @@ inline SVGFEConvolveMatrixElement::SVGFEConvolveMatrixElement(Document& document |
addToPropertyMap(m_order); |
addToPropertyMap(m_targetX); |
addToPropertyMap(m_targetY); |
- registerAnimatedPropertiesForSVGFEConvolveMatrixElement(); |
} |
PassRefPtr<SVGFEConvolveMatrixElement> SVGFEConvolveMatrixElement::create(Document& document) |