| Index: Source/core/svg/SVGFEMorphologyElement.cpp
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.cpp b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| index 2a3e5b8242d97135d5b4bbcc8feaec9f07c7654a..4718315984019b291c5e7b1fa025fdf60ea387e8 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.cpp
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| @@ -84,7 +84,7 @@ bool SVGFEMorphologyElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::operatorAttr);
|
| supportedAttributes.add(SVGNames::radiusAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEMorphologyElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|