| Index: Source/core/svg/SVGFECompositeElement.cpp
|
| diff --git a/Source/core/svg/SVGFECompositeElement.cpp b/Source/core/svg/SVGFECompositeElement.cpp
|
| index d5389f98148085d458bb11073e31ae4d971f8f16..9663046fc71b417fc9b1fdeb975a46356758c02f 100644
|
| --- a/Source/core/svg/SVGFECompositeElement.cpp
|
| +++ b/Source/core/svg/SVGFECompositeElement.cpp
|
| @@ -75,7 +75,7 @@ bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::k3Attr);
|
| supportedAttributes.add(SVGNames::k4Attr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFECompositeElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|