| Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| index 2fad4d9fbad578161fa4da6476a48ad43b34f8a7..7fff7f6395fcf647a3676f681a1b4ce0a039e97b 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -283,7 +283,7 @@ void SVGFEConvolveMatrixElement::svgAttributeChanged(const QualifiedName& attrNa
|
|
|
| PassRefPtr<FilterEffect> SVGFEConvolveMatrixElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)
|
| {
|
| - FilterEffect* input1 = filterBuilder->getEffectById(in1CurrentValue());
|
| + FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(in1CurrentValue()));
|
|
|
| if (!input1)
|
| return 0;
|
|
|