| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
|
| index 80826ce33346e63ebefb5d2ed222418608e42240..b5fdb07a90989cedd5fdaa9f87670f30f427d0c1 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -450,7 +450,7 @@ bool SVGSMILElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::attributeNameAttr);
|
| supportedAttributes.add(XLinkNames::hrefAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGSMILElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|