| Index: Source/core/svg/SVGLineElement.cpp
|
| diff --git a/Source/core/svg/SVGLineElement.cpp b/Source/core/svg/SVGLineElement.cpp
|
| index 2180f9aee0bdd9ce6a4d05bcaefd97b2c583450a..c54277bc6e33e64eb475852bfcbf199eaa477079 100644
|
| --- a/Source/core/svg/SVGLineElement.cpp
|
| +++ b/Source/core/svg/SVGLineElement.cpp
|
| @@ -75,7 +75,7 @@ bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::y1Attr);
|
| supportedAttributes.add(SVGNames::y2Attr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGLineElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|