| Index: Source/core/svg/SVGFEImageElement.cpp
|
| diff --git a/Source/core/svg/SVGFEImageElement.cpp b/Source/core/svg/SVGFEImageElement.cpp
|
| index 7c4f7177b78ea83f93d8972bd1996227488edc13..3b9af6c59b2a4136322b7e735057d4862413c7c4 100644
|
| --- a/Source/core/svg/SVGFEImageElement.cpp
|
| +++ b/Source/core/svg/SVGFEImageElement.cpp
|
| @@ -118,7 +118,7 @@ bool SVGFEImageElement::isSupportedAttribute(const QualifiedName& attrName)
|
| SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes);
|
| supportedAttributes.add(SVGNames::preserveAspectRatioAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEImageElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|