| Index: Source/core/svg/SVGFEOffsetElement.cpp
|
| diff --git a/Source/core/svg/SVGFEOffsetElement.cpp b/Source/core/svg/SVGFEOffsetElement.cpp
|
| index 7158dea359bafa419c956f66970ce053be59c8a9..f95f2e1c237d229da363fdd58a30c4f6299fe0e2 100644
|
| --- a/Source/core/svg/SVGFEOffsetElement.cpp
|
| +++ b/Source/core/svg/SVGFEOffsetElement.cpp
|
| @@ -62,7 +62,7 @@ bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::dxAttr);
|
| supportedAttributes.add(SVGNames::dyAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEOffsetElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|