| 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 37aa0253d25c80d58c0e3777a781aab0038c5724..869cb4a80ef50d147cda3b7f5b1a840e19e9403c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFECompositeElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFECompositeElement.cpp
|
| @@ -93,8 +93,7 @@ bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const
|
| if (attrName == SVGNames::k4Attr)
|
| return composite->setK4(m_k4->currentValue()->value());
|
|
|
| - ASSERT_NOT_REACHED();
|
| - return false;
|
| + return SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(effect, attrName);
|
| }
|
|
|
|
|
|
|