| Index: third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp b/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| index 38324f8edda8246f7a9b9b307207e3e9b6b5805e..7bb7de2c3931f2d883c834e5fe7b315ee5d0eb43 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp
|
| @@ -49,9 +49,7 @@ SVGFilterPrimitiveStandardAttributes::SVGFilterPrimitiveStandardAttributes(
|
| SVGAnimatedLength::create(this,
|
| SVGNames::heightAttr,
|
| SVGLength::create(SVGLengthMode::Height))),
|
| - m_result(SVGAnimatedString::create(this,
|
| - SVGNames::resultAttr,
|
| - SVGString::create())) {
|
| + m_result(SVGAnimatedString::create(this, SVGNames::resultAttr)) {
|
| // Spec: If the x/y attribute is not specified, the effect is as if a value of
|
| // "0%" were specified.
|
| m_x->setDefaultValueAsString("0%");
|
|
|