| Index: Source/core/svg/SVGImageElement.cpp
|
| diff --git a/Source/core/svg/SVGImageElement.cpp b/Source/core/svg/SVGImageElement.cpp
|
| index c02ea5debc6c3507a2ed02196b875ad4b0e75291..c47d999c762ed579990d55b672b69bbaae5a0630 100644
|
| --- a/Source/core/svg/SVGImageElement.cpp
|
| +++ b/Source/core/svg/SVGImageElement.cpp
|
| @@ -86,7 +86,7 @@ bool SVGImageElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::heightAttr);
|
| supportedAttributes.add(SVGNames::preserveAspectRatioAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| bool SVGImageElement::isPresentationAttribute(const QualifiedName& name) const
|
|
|