| Index: Source/core/svg/SVGAnimationElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp
|
| index c97ca061db238fef2b26978eaf7331990f4df53e..698a5aab2f43f15e67b49a2c8297f2f7a3e7f67d 100644
|
| --- a/Source/core/svg/SVGAnimationElement.cpp
|
| +++ b/Source/core/svg/SVGAnimationElement.cpp
|
| @@ -152,7 +152,7 @@ bool SVGAnimationElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::toAttr);
|
| supportedAttributes.add(SVGNames::byAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGAnimationElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|