| Index: Source/core/svg/SVGTextPositioningElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.cpp b/Source/core/svg/SVGTextPositioningElement.cpp
|
| index 39401453774aff591d8cc4bfa3fe75e820e75d45..b8c8f8a878b28a0bd46d36203a54d45bbcb2fa62 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.cpp
|
| +++ b/Source/core/svg/SVGTextPositioningElement.cpp
|
| @@ -64,7 +64,7 @@ bool SVGTextPositioningElement::isSupportedAttribute(const QualifiedName& attrNa
|
| supportedAttributes.add(SVGNames::dyAttr);
|
| supportedAttributes.add(SVGNames::rotateAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGTextPositioningElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|