Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp |
diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
index 9d18e3ccc740761ab5ee783841a777816d81c61e..7936ffff5bdeb24a7e507894a9ee41649e104502 100644 |
--- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
+++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
@@ -200,7 +200,7 @@ void SVGFEDiffuseLightingElement::lightElementAttributeChanged(const SVGFELightE |
PassRefPtr<FilterEffect> SVGFEDiffuseLightingElement::build(SVGFilterBuilder* filterBuilder, Filter* filter) |
{ |
- FilterEffect* input1 = filterBuilder->getEffectById(in1CurrentValue()); |
+ FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(in1CurrentValue())); |
if (!input1) |
return 0; |