Index: third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp |
index 6f755afb69f87bfbb83b58c1283512f03c01b174..3b53d54dbae18a4754171a4c1bf8e7709d8c817a 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp |
@@ -44,12 +44,8 @@ inline SVGFEDisplacementMapElement::SVGFEDisplacementMapElement( |
m_scale(SVGAnimatedNumber::create(this, |
SVGNames::scaleAttr, |
SVGNumber::create(0))), |
- m_in1(SVGAnimatedString::create(this, |
- SVGNames::inAttr, |
- SVGString::create())), |
- m_in2(SVGAnimatedString::create(this, |
- SVGNames::in2Attr, |
- SVGString::create())), |
+ m_in1(SVGAnimatedString::create(this, SVGNames::inAttr)), |
+ m_in2(SVGAnimatedString::create(this, SVGNames::in2Attr)), |
m_xChannelSelector(SVGAnimatedEnumeration<ChannelSelectorType>::create( |
this, |
SVGNames::xChannelSelectorAttr, |