| Index: Source/core/svg/SVGFEBlendElement.cpp
|
| diff --git a/Source/core/svg/SVGFEBlendElement.cpp b/Source/core/svg/SVGFEBlendElement.cpp
|
| index 9b50de3e626a3869418efdae81c8c1ba6c35c3ca..ab5d37acc4e427d57d2561535628d72593269b58 100644
|
| --- a/Source/core/svg/SVGFEBlendElement.cpp
|
| +++ b/Source/core/svg/SVGFEBlendElement.cpp
|
| @@ -63,7 +63,7 @@ bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::inAttr);
|
| supportedAttributes.add(SVGNames::in2Attr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEBlendElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|