| Index: third_party/WebKit/Source/core/svg/SVGFEMorphologyElement.cpp | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEMorphologyElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEMorphologyElement.cpp | 
| index c3fd89f0221ff94905e848498f82f7c7ea1b1581..7ad0d9c7fcc5fed6daaf941eda8579886bb0c3a3 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGFEMorphologyElement.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/SVGFEMorphologyElement.cpp | 
| @@ -68,9 +68,7 @@ bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, cons | 
| bool isRadiusYChanged = morphology->setRadiusY(radiusY()->currentValue()->value()); | 
| return isRadiusXChanged || isRadiusYChanged; | 
| } | 
| - | 
| -    ASSERT_NOT_REACHED(); | 
| -    return false; | 
| +    return SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(effect, attrName); | 
| } | 
|  | 
| void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName) | 
|  |