Index: third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.cpp |
index 6bf775c8b082db3c93753ee183a9d7aeb136c48c..f1dd4aaa4dedd79fb43024d973b24b4c806d57a5 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.cpp |
@@ -73,9 +73,7 @@ bool SVGFEDropShadowElement::setFilterEffectAttribute(FilterEffect* effect, cons |
dropShadow->setShadowOpacity(svgStyle.floodOpacity()); |
return true; |
} |
- |
- NOTREACHED(); |
- return false; |
+ return SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(effect, attrName); |
} |
void SVGFEDropShadowElement::svgAttributeChanged(const QualifiedName& attrName) |