| Index: third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| index 1cf148867c35219cd2f5fb64fface45d92896f43..0b168f1730ebfe10ded0e2d65b88a6b75eb67da1 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -151,9 +151,7 @@ bool SVGFEConvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect,
|
| return convolveMatrix->setTargetOffset(targetPoint());
|
| if (attrName == SVGNames::preserveAlphaAttr)
|
| return convolveMatrix->setPreserveAlpha(m_preserveAlpha->currentValue()->value());
|
| -
|
| - ASSERT_NOT_REACHED();
|
| - return false;
|
| + return SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(effect, attrName);
|
| }
|
|
|
| void SVGFEConvolveMatrixElement::svgAttributeChanged(const QualifiedName& attrName)
|
|
|