| Index: Source/core/svg/SVGStyledTransformableElement.cpp
|
| diff --git a/Source/core/svg/SVGStyledTransformableElement.cpp b/Source/core/svg/SVGStyledTransformableElement.cpp
|
| index 5500d32da70e3123404f15b6d457a8ede933871b..7304c61e2d4da603dad3dffe0e1e8f0ee7724d2c 100644
|
| --- a/Source/core/svg/SVGStyledTransformableElement.cpp
|
| +++ b/Source/core/svg/SVGStyledTransformableElement.cpp
|
| @@ -93,7 +93,7 @@ bool SVGStyledTransformableElement::isSupportedAttribute(const QualifiedName& at
|
| DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ());
|
| if (supportedAttributes.isEmpty())
|
| supportedAttributes.add(SVGNames::transformAttr);
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGStyledTransformableElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|