| Index: Source/core/svg/SVGFEMergeNodeElement.cpp
|
| diff --git a/Source/core/svg/SVGFEMergeNodeElement.cpp b/Source/core/svg/SVGFEMergeNodeElement.cpp
|
| index 77efd3f591c41464cd4e8e44601530a65c06a397..508c60b31f2ce2ae142a47fded288dd03e12cf0d 100644
|
| --- a/Source/core/svg/SVGFEMergeNodeElement.cpp
|
| +++ b/Source/core/svg/SVGFEMergeNodeElement.cpp
|
| @@ -53,7 +53,7 @@ bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName)
|
| 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 SVGFEMergeNodeElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|