Index: third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp b/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp |
index 2f90a33d95a1e34f76b6d7686f7d8e820058e1fe..838b9c13184e1072e62bc7362ea755f24295a56f 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp |
@@ -92,8 +92,7 @@ bool SVGFESpecularLightingElement::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 SVGFESpecularLightingElement::svgAttributeChanged(const QualifiedName& attrName) |