Index: Source/core/svg/SVGFEColorMatrixElement.cpp |
diff --git a/Source/core/svg/SVGFEColorMatrixElement.cpp b/Source/core/svg/SVGFEColorMatrixElement.cpp |
index 9191af777c801715921bcd714f3b127bbe334692..3a02f99f00a335d2d0e53c24ca7a13f8b1a79c8c 100644 |
--- a/Source/core/svg/SVGFEColorMatrixElement.cpp |
+++ b/Source/core/svg/SVGFEColorMatrixElement.cpp |
@@ -46,8 +46,6 @@ inline SVGFEColorMatrixElement::SVGFEColorMatrixElement(Document& document) |
, m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create())) |
, m_type(SVGAnimatedEnumeration<ColorMatrixType>::create(this, SVGNames::typeAttr, FECOLORMATRIX_TYPE_MATRIX)) |
{ |
- ScriptWrappable::init(this); |
- |
addToPropertyMap(m_values); |
addToPropertyMap(m_in1); |
addToPropertyMap(m_type); |