| Index: Source/core/svg/SVGCursorElement.cpp
|
| diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp
|
| index c720d8f44d302057547ae8899bc57ced1aba9c92..73decae842926273b2f627d791f5c96fe0291a18 100644
|
| --- a/Source/core/svg/SVGCursorElement.cpp
|
| +++ b/Source/core/svg/SVGCursorElement.cpp
|
| @@ -74,7 +74,7 @@ bool SVGCursorElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::xAttr);
|
| supportedAttributes.add(SVGNames::yAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGCursorElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|