| Index: Source/core/svg/SVGFEMorphologyElement.cpp
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.cpp b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| index 4f5385824e7c20544ec35c3b91b29443d8201226..f1ddf3ce96fa93f6a553ffdbd0cc6343748b86da 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.cpp
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| @@ -157,7 +157,7 @@ void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName)
|
|
|
| PassRefPtr<FilterEffect> SVGFEMorphologyElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)
|
| {
|
| - FilterEffect* input1 = filterBuilder->getEffectById(in1CurrentValue());
|
| + FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(in1CurrentValue()));
|
| float xRadius = radiusXCurrentValue();
|
| float yRadius = radiusYCurrentValue();
|
|
|
|
|