Index: Source/core/svg/SVGFETileElement.cpp |
diff --git a/Source/core/svg/SVGFETileElement.cpp b/Source/core/svg/SVGFETileElement.cpp |
index 1d31fbe52b518db3df9b2b23aac245d75b1dcf1d..42454a5e594ca2b9498d822d5deca64768a560a0 100644 |
--- a/Source/core/svg/SVGFETileElement.cpp |
+++ b/Source/core/svg/SVGFETileElement.cpp |
@@ -32,7 +32,6 @@ inline SVGFETileElement::SVGFETileElement(Document& document) |
: SVGFilterPrimitiveStandardAttributes(SVGNames::feTileTag, document) |
, m_in1(SVGAnimatedString::create(this, SVGNames::inAttr, SVGString::create())) |
{ |
- ScriptWrappable::init(this); |
addToPropertyMap(m_in1); |
} |