Index: Source/core/svg/SVGFESpecularLightingElement.cpp |
diff --git a/Source/core/svg/SVGFESpecularLightingElement.cpp b/Source/core/svg/SVGFESpecularLightingElement.cpp |
index eee19788f0e2eb90fcf9fc388b089fde57a80469..c741b1e7c72857937c9dffa86ed25e840c3071aa 100644 |
--- a/Source/core/svg/SVGFESpecularLightingElement.cpp |
+++ b/Source/core/svg/SVGFESpecularLightingElement.cpp |
@@ -211,7 +211,7 @@ void SVGFESpecularLightingElement::lightElementAttributeChanged(const SVGFELight |
PassRefPtr<FilterEffect> SVGFESpecularLightingElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) |
{ |
- FilterEffect* input1 = filterBuilder->getEffectById(in1CurrentValue()); |
+ FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(in1CurrentValue())); |
if (!input1) |
return 0; |