Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp |
diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
index 09cb7f2910d3df4d05fcfda75dc68d3e60a93cff..2874b07bd4d85bd513c7ce6a27bb07ab2edb374c 100644 |
--- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
+++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
@@ -49,7 +49,6 @@ inline SVGFEDiffuseLightingElement::SVGFEDiffuseLightingElement(Document& docume |
addToPropertyMap(m_surfaceScale); |
addToPropertyMap(m_kernelUnitLength); |
addToPropertyMap(m_in1); |
- registerAnimatedPropertiesForSVGFEDiffuseLightingElement(); |
} |
PassRefPtr<SVGFEDiffuseLightingElement> SVGFEDiffuseLightingElement::create(Document& document) |