| Index: Source/core/svg/SVGAElement.cpp
|
| diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp
|
| index 8b92e8c7547f4fd95dd77b7128b74eac5538ed4f..b02c7783e7f5083328f0a64e096602c289f5458e 100644
|
| --- a/Source/core/svg/SVGAElement.cpp
|
| +++ b/Source/core/svg/SVGAElement.cpp
|
| @@ -100,7 +100,7 @@ bool SVGAElement::isSupportedAttribute(const QualifiedName& attrName)
|
| SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes);
|
| supportedAttributes.add(SVGNames::targetAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGAElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|