| Index: Source/core/svg/SVGFEColorMatrixElement.cpp
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.cpp b/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| index 3278ce9d49e512338bb85bc6bee7311da08eee1e..5a82e7a1a33afe1a5ac947d6b9afc9708dc9dad5 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| @@ -63,7 +63,7 @@ bool SVGFEColorMatrixElement::isSupportedAttribute(const QualifiedName& attrName
|
| supportedAttributes.add(SVGNames::valuesAttr);
|
| supportedAttributes.add(SVGNames::inAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEColorMatrixElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|