| Index: Source/core/svg/SVGAnimateMotionElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| index 8f9617235916eac4bc3eac812c15426675aae656..3562b8e8739e9a6d986ea721e8e4a985818f4784 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| @@ -97,7 +97,7 @@ bool SVGAnimateMotionElement::isSupportedAttribute(const QualifiedName& attrName
|
| DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
|
| if (supportedAttributes.isEmpty())
|
| supportedAttributes.add(SVGNames::pathAttr);
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGAnimateMotionElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|