Index: third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
index f148e7c084f18f0fe66aaaa94da593a7a87eb196..e83d6514924d606c024d16f7f4a2a3c311fb3027 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
@@ -86,8 +86,7 @@ bool SVGFEDiffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, |
if (attrName == SVGNames::limitingConeAngleAttr) |
return lightSource->setLimitingConeAngle(lightElement->limitingConeAngle()->currentValue()->value()); |
- ASSERT_NOT_REACHED(); |
- return false; |
+ return SVGFilterPrimitiveStandardAttributes::setFilterEffectAttribute(effect, attrName); |
} |
void SVGFEDiffuseLightingElement::svgAttributeChanged(const QualifiedName& attrName) |