| Index: Source/core/svg/SVGTextContentElement.cpp
|
| diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp
|
| index d8ae19f4ecd62b1480c3652c2a88a40fa0b1a91f..14001eba56d26f9bae4248f985993f4d04038c5c 100644
|
| --- a/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -221,7 +221,7 @@ bool SVGTextContentElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::lengthAdjustAttr);
|
| supportedAttributes.add(SVGNames::textLengthAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| bool SVGTextContentElement::isPresentationAttribute(const QualifiedName& name) const
|
|
|