Index: Source/core/svg/SVGFEDisplacementMapElement.cpp |
diff --git a/Source/core/svg/SVGFEDisplacementMapElement.cpp b/Source/core/svg/SVGFEDisplacementMapElement.cpp |
index b6d7bb76213630e374a74bb961f2e66431230257..d8d9f4d85d01f18956e0d04cbfe4603e6248a1f2 100644 |
--- a/Source/core/svg/SVGFEDisplacementMapElement.cpp |
+++ b/Source/core/svg/SVGFEDisplacementMapElement.cpp |
@@ -47,8 +47,6 @@ inline SVGFEDisplacementMapElement::SVGFEDisplacementMapElement(Document& docume |
, m_xChannelSelector(SVGAnimatedEnumeration<ChannelSelectorType>::create(this, SVGNames::xChannelSelectorAttr, CHANNEL_A)) |
, m_yChannelSelector(SVGAnimatedEnumeration<ChannelSelectorType>::create(this, SVGNames::yChannelSelectorAttr, CHANNEL_A)) |
{ |
- ScriptWrappable::init(this); |
- |
addToPropertyMap(m_scale); |
addToPropertyMap(m_in1); |
addToPropertyMap(m_in2); |
@@ -148,4 +146,4 @@ PassRefPtr<FilterEffect> SVGFEDisplacementMapElement::build(SVGFilterBuilder* fi |
return effect.release(); |
} |
-} |
+} // namespace blink |