| Index: third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp | 
| index b36f09e4f57b41c041e3329f28e3113747cf53c8..dabb9d00c0473da0a3dbf6733d9c9577a7f98074 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/SVGFEDisplacementMapElement.cpp | 
| @@ -74,8 +74,7 @@ bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, | 
| if (attrName == SVGNames::scaleAttr) | 
| return displacementMap->setScale(m_scale->currentValue()->value()); | 
|  | 
| -    ASSERT_NOT_REACHED(); | 
| -    return false; | 
| +    return SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(effect, attrName); | 
| } | 
|  | 
| void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName) | 
|  |