| Index: Source/core/svg/SVGPolyElement.cpp
|
| diff --git a/Source/core/svg/SVGPolyElement.cpp b/Source/core/svg/SVGPolyElement.cpp
|
| index 76c9f1781e3a873c368e6d5627d10e0c0678b4df..8c877c00fae2cbb92cffaf1687f0c189f0a118eb 100644
|
| --- a/Source/core/svg/SVGPolyElement.cpp
|
| +++ b/Source/core/svg/SVGPolyElement.cpp
|
| @@ -71,7 +71,7 @@ bool SVGPolyElement::isSupportedAttribute(const QualifiedName& attrName)
|
| SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes);
|
| supportedAttributes.add(SVGNames::pointsAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGPolyElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|