| Index: Source/core/svg/SVGStyleElement.cpp
|
| diff --git a/Source/core/svg/SVGStyleElement.cpp b/Source/core/svg/SVGStyleElement.cpp
|
| index ce9cdd46712913f5c3142d2f58af4b9a0ec2999b..4d87e87ee4c9c71fa77833ba696588d2a48295d0 100644
|
| --- a/Source/core/svg/SVGStyleElement.cpp
|
| +++ b/Source/core/svg/SVGStyleElement.cpp
|
| @@ -104,7 +104,7 @@ bool SVGStyleElement::isSupportedAttribute(const QualifiedName& attrName)
|
| SVGLangSpace::addSupportedAttributes(supportedAttributes);
|
| supportedAttributes.add(SVGNames::titleAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGStyleElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|