| Index: Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.cpp b/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| index 39c365022d717471eae694b4e207d28d7584107b..996a1718d70f08727a2e416892703de87ccc0007 100644
|
| --- a/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| +++ b/Source/core/svg/SVGComponentTransferFunctionElement.cpp
|
| @@ -72,7 +72,7 @@ bool SVGComponentTransferFunctionElement::isSupportedAttribute(const QualifiedNa
|
| supportedAttributes.add(SVGNames::exponentAttr);
|
| supportedAttributes.add(SVGNames::offsetAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGComponentTransferFunctionElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|