| Index: third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp
|
| index f0ce9e7af542796a7b2da4233473fe367a735dca..f13540b2e332b43b01c4a72124b9e1cc24fa5f9d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEFloodElement.cpp
|
| @@ -46,8 +46,7 @@ bool SVGFEFloodElement::setFilterEffectAttribute(FilterEffect* effect, const Qua
|
| if (attrName == SVGNames::flood_opacityAttr)
|
| return flood->setFloodOpacity(style.svgStyle().floodOpacity());
|
|
|
| - ASSERT_NOT_REACHED();
|
| - return false;
|
| + return SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(effect, attrName);
|
| }
|
|
|
| FilterEffect* SVGFEFloodElement::build(SVGFilterBuilder*, Filter* filter)
|
|
|