| Index: Source/core/svg/SVGCircleElement.cpp
|
| diff --git a/Source/core/svg/SVGCircleElement.cpp b/Source/core/svg/SVGCircleElement.cpp
|
| index a4f32e5dba8206a504dec8c56db4cced44a6a7d1..604fd4894732b9fc7d9aadc23725bb707997344a 100644
|
| --- a/Source/core/svg/SVGCircleElement.cpp
|
| +++ b/Source/core/svg/SVGCircleElement.cpp
|
| @@ -72,7 +72,7 @@ bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::cyAttr);
|
| supportedAttributes.add(SVGNames::rAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGCircleElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|