| Index: third_party/WebKit/Source/core/svg/SVGFEBlendElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEBlendElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEBlendElement.cpp
|
| index 070ac3fa9d81ff53e27905c756394bcfc6b8283a..ff3049881eafed488da042283cc55b61c56cd01d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEBlendElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEBlendElement.cpp
|
| @@ -113,8 +113,7 @@ bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const Qua
|
| if (attrName == SVGNames::modeAttr)
|
| return blend->setBlendMode(toWebBlendMode(m_mode->currentValue()->enumValue()));
|
|
|
| - ASSERT_NOT_REACHED();
|
| - return false;
|
| + return SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(effect, attrName);
|
| }
|
|
|
| void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName)
|
|
|