Index: third_party/WebKit/Source/core/svg/SVGFEOffsetElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFEOffsetElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEOffsetElement.cpp |
index 926664776299ff966b08a050b4fdeec84f8241ff..3c68a29c1740895ba96590a34d74f8f0d0a683d2 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFEOffsetElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFEOffsetElement.cpp |
@@ -34,9 +34,7 @@ inline SVGFEOffsetElement::SVGFEOffsetElement(Document& document) |
m_dy(SVGAnimatedNumber::create(this, |
SVGNames::dyAttr, |
SVGNumber::create())), |
- m_in1(SVGAnimatedString::create(this, |
- SVGNames::inAttr, |
- SVGString::create())) { |
+ m_in1(SVGAnimatedString::create(this, SVGNames::inAttr)) { |
addToPropertyMap(m_dx); |
addToPropertyMap(m_dy); |
addToPropertyMap(m_in1); |