| Index: Source/core/svg/SVGGElement.cpp
|
| diff --git a/Source/core/svg/SVGGElement.cpp b/Source/core/svg/SVGGElement.cpp
|
| index 8d54f17930ec698087da84aae9aae69d0269f5a5..164bd51975a7a0784bfce0a7a0be28acba115c49 100644
|
| --- a/Source/core/svg/SVGGElement.cpp
|
| +++ b/Source/core/svg/SVGGElement.cpp
|
| @@ -60,7 +60,7 @@ bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName)
|
| SVGLangSpace::addSupportedAttributes(supportedAttributes);
|
| SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGGElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|