| Index: Source/core/svg/SVGMPathElement.cpp
|
| diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp
|
| index f1e6533a3e3d0ce542f78c65cd05a08c0ed57a2c..f28e4becbfcf674a63b9a3868d06154c2b713fc7 100644
|
| --- a/Source/core/svg/SVGMPathElement.cpp
|
| +++ b/Source/core/svg/SVGMPathElement.cpp
|
| @@ -110,7 +110,7 @@ bool SVGMPathElement::isSupportedAttribute(const QualifiedName& attrName)
|
| SVGURIReference::addSupportedAttributes(supportedAttributes);
|
| SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGMPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|