| Index: Source/core/svg/SVGFEDisplacementMapElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDisplacementMapElement.cpp b/Source/core/svg/SVGFEDisplacementMapElement.cpp
|
| index da7a3d60dd95ed5785e724914a74f8a753986695..340b180925f3d84b955bd91afb8db091ac7b0b82 100644
|
| --- a/Source/core/svg/SVGFEDisplacementMapElement.cpp
|
| +++ b/Source/core/svg/SVGFEDisplacementMapElement.cpp
|
| @@ -69,7 +69,7 @@ bool SVGFEDisplacementMapElement::isSupportedAttribute(const QualifiedName& attr
|
| supportedAttributes.add(SVGNames::yChannelSelectorAttr);
|
| supportedAttributes.add(SVGNames::scaleAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEDisplacementMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|