Index: Source/core/svg/SVGFEComponentTransferElement.cpp |
diff --git a/Source/core/svg/SVGFEComponentTransferElement.cpp b/Source/core/svg/SVGFEComponentTransferElement.cpp |
index 257dae109c2c3b847351904aa00825d03ee91c4e..bdf046cb8143c25176d4f20123216d61b4f42b5c 100644 |
--- a/Source/core/svg/SVGFEComponentTransferElement.cpp |
+++ b/Source/core/svg/SVGFEComponentTransferElement.cpp |
@@ -44,7 +44,6 @@ inline SVGFEComponentTransferElement::SVGFEComponentTransferElement(Document& do |
{ |
ScriptWrappable::init(this); |
addToPropertyMap(m_in1); |
- registerAnimatedPropertiesForSVGFEComponentTransferElement(); |
} |
PassRefPtr<SVGFEComponentTransferElement> SVGFEComponentTransferElement::create(Document& document) |