| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index 4d6d09573727f13d4ebde29c7de419fdc12c0ae5..24e3ab4a0adf7946b53b051540a841420899683a 100644
|
| --- a/Source/core/svg/SVGTextPathElement.cpp
|
| +++ b/Source/core/svg/SVGTextPathElement.cpp
|
| @@ -80,7 +80,7 @@ bool SVGTextPathElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::methodAttr);
|
| supportedAttributes.add(SVGNames::spacingAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGTextPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|