| Index: third_party/WebKit/Source/core/svg/SVGFECompositeElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFECompositeElement.cpp b/third_party/WebKit/Source/core/svg/SVGFECompositeElement.cpp
|
| index 5f0095867be3f61158b0e8450cbc785c9aa6f3eb..95ca05a5d91389090b1cb8abf2be8fcc70236ca1 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFECompositeElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFECompositeElement.cpp
|
| @@ -61,12 +61,8 @@ inline SVGFECompositeElement::SVGFECompositeElement(Document& document)
|
| m_k4(SVGAnimatedNumber::create(this,
|
| SVGNames::k4Attr,
|
| SVGNumber::create())),
|
| - 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_svgOperator(SVGAnimatedEnumeration<CompositeOperationType>::create(
|
| this,
|
| SVGNames::operatorAttr,
|
|
|