| Index: Source/core/svg/SVGFEComponentTransferElement.cpp
|
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.cpp b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| index c830eeb0cc5703f0b11ee3aed7129f6ffbe74572..aead2acad341216d40184e89bbe62ac36d51d5a3 100644
|
| --- a/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| +++ b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| @@ -58,7 +58,7 @@ bool SVGFEComponentTransferElement::isSupportedAttribute(const QualifiedName& at
|
| DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
|
| if (supportedAttributes.isEmpty())
|
| supportedAttributes.add(SVGNames::inAttr);
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEComponentTransferElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|