| Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| index 9412c2571e96e64409612f85289f9b331e26f2d4..dd2176125cfb74f7c44e95b682a671cf6f2fc466 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -115,7 +115,7 @@ bool SVGFEConvolveMatrixElement::isSupportedAttribute(const QualifiedName& attrN
|
| supportedAttributes.add(SVGNames::kernelUnitLengthAttr);
|
| supportedAttributes.add(SVGNames::preserveAlphaAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEConvolveMatrixElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|