| Index: Source/core/svg/SVGLinearGradientElement.cpp
|
| diff --git a/Source/core/svg/SVGLinearGradientElement.cpp b/Source/core/svg/SVGLinearGradientElement.cpp
|
| index bb765e1c74c7ea6a17e8f0c6fc20f493e1287105..2362070dd756fb699c55c85207fb911734e71318 100644
|
| --- a/Source/core/svg/SVGLinearGradientElement.cpp
|
| +++ b/Source/core/svg/SVGLinearGradientElement.cpp
|
| @@ -75,7 +75,7 @@ bool SVGLinearGradientElement::isSupportedAttribute(const QualifiedName& attrNam
|
| supportedAttributes.add(SVGNames::y1Attr);
|
| supportedAttributes.add(SVGNames::y2Attr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGLinearGradientElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|