Index: Source/core/svg/SVGFEComponentTransferElement.cpp |
diff --git a/Source/core/svg/SVGFEComponentTransferElement.cpp b/Source/core/svg/SVGFEComponentTransferElement.cpp |
index aa9229a991f1e8dcb2edc7a945d80fde8624184e..918d0dc49d2e6bdd74a336076ecee41603067c53 100644 |
--- a/Source/core/svg/SVGFEComponentTransferElement.cpp |
+++ b/Source/core/svg/SVGFEComponentTransferElement.cpp |
@@ -37,7 +37,6 @@ inline SVGFEComponentTransferElement::SVGFEComponentTransferElement(Document& do |
: SVGFilterPrimitiveStandardAttributes(SVGNames::feComponentTransferTag, document) |
, m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create())) |
{ |
- ScriptWrappable::init(this); |
addToPropertyMap(m_in1); |
} |