| Index: Source/core/svg/SVGFEDropShadowElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.cpp b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| index 366eaf3512c3f0d0bafd615a873eb078b4e2bef9..641d8948b23ae046f31db620d0ce7f0490569305 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.cpp
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| @@ -162,7 +162,7 @@ PassRefPtr<FilterEffect> SVGFEDropShadowElement::build(SVGFilterBuilder* filterB
|
| Color color = svgStyle->floodColor();
|
| float opacity = svgStyle->floodOpacity();
|
|
|
| - FilterEffect* input1 = filterBuilder->getEffectById(in1CurrentValue());
|
| + FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(in1CurrentValue()));
|
| if (!input1)
|
| return 0;
|
|
|
|
|