| Index: Source/core/svg/SVGMarkerElement.cpp
|
| diff --git a/Source/core/svg/SVGMarkerElement.cpp b/Source/core/svg/SVGMarkerElement.cpp
|
| index 792388fe66371393333e1255fede636fdf49770d..a101cbef77547230a9309928ffae7bd41e69e39e 100644
|
| --- a/Source/core/svg/SVGMarkerElement.cpp
|
| +++ b/Source/core/svg/SVGMarkerElement.cpp
|
| @@ -121,7 +121,7 @@ bool SVGMarkerElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::markerHeightAttr);
|
| supportedAttributes.add(SVGNames::orientAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGMarkerElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|