| Index: Source/core/svg/SVGPathElement.cpp
|
| diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp
|
| index 8b37e78fd015c57cd35f1c9009d762e7ebd4b7ca..e0ad15d77153efc77a8aebaee53d1d261a72604d 100644
|
| --- a/Source/core/svg/SVGPathElement.cpp
|
| +++ b/Source/core/svg/SVGPathElement.cpp
|
| @@ -212,7 +212,7 @@ bool SVGPathElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::dAttr);
|
| supportedAttributes.add(SVGNames::pathLengthAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|