| Index: Source/core/svg/SVGGradientElement.cpp
|
| diff --git a/Source/core/svg/SVGGradientElement.cpp b/Source/core/svg/SVGGradientElement.cpp
|
| index 64edfd3de9e6d4f374b2cba00eb09f8f5c0b7b28..777539d74ac47b8a797f597565153fa4cbb9a6f0 100644
|
| --- a/Source/core/svg/SVGGradientElement.cpp
|
| +++ b/Source/core/svg/SVGGradientElement.cpp
|
| @@ -71,7 +71,7 @@ bool SVGGradientElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::gradientTransformAttr);
|
| supportedAttributes.add(SVGNames::spreadMethodAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGGradientElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|