| Index: Source/core/svg/SVGRadialGradientElement.cpp
|
| diff --git a/Source/core/svg/SVGRadialGradientElement.cpp b/Source/core/svg/SVGRadialGradientElement.cpp
|
| index c83395c52992d1d6f549c0e4f454fcf5124fe83a..9f271051475ca2361efed918171a10129fc4b078 100644
|
| --- a/Source/core/svg/SVGRadialGradientElement.cpp
|
| +++ b/Source/core/svg/SVGRadialGradientElement.cpp
|
| @@ -82,7 +82,7 @@ bool SVGRadialGradientElement::isSupportedAttribute(const QualifiedName& attrNam
|
| supportedAttributes.add(SVGNames::rAttr);
|
| supportedAttributes.add(SVGNames::frAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGRadialGradientElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|