| Index: third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| index 2dd476e041fcd45f70a675af88f189bdfe18e4eb..1155c443fd985b5eaae307ae89b1ae9c22170aaa 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| @@ -67,8 +67,7 @@ bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, con
|
| if (attrName == SVGNames::valuesAttr)
|
| return colorMatrix->setValues(m_values->currentValue()->toFloatVector());
|
|
|
| - ASSERT_NOT_REACHED();
|
| - return false;
|
| + return SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(effect, attrName);
|
| }
|
|
|
| void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName)
|
|
|