| Index: Source/core/svg/SVGFETurbulenceElement.cpp
|
| diff --git a/Source/core/svg/SVGFETurbulenceElement.cpp b/Source/core/svg/SVGFETurbulenceElement.cpp
|
| index 709ee4ca14241e9a7325ecf693208c85468a5a54..2aebbb600660aeac2f3d27d1a2af603b27e23e48 100644
|
| --- a/Source/core/svg/SVGFETurbulenceElement.cpp
|
| +++ b/Source/core/svg/SVGFETurbulenceElement.cpp
|
| @@ -84,7 +84,7 @@ bool SVGFETurbulenceElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::stitchTilesAttr);
|
| supportedAttributes.add(SVGNames::typeAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFETurbulenceElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|