| Index: Source/core/svg/SVGSymbolElement.cpp
|
| diff --git a/Source/core/svg/SVGSymbolElement.cpp b/Source/core/svg/SVGSymbolElement.cpp
|
| index b9e2be97b39ba0002f55caf92ffca6f1c64f09cb..8693727e426878838c5a7dfbd91ca61ac5b5e326 100644
|
| --- a/Source/core/svg/SVGSymbolElement.cpp
|
| +++ b/Source/core/svg/SVGSymbolElement.cpp
|
| @@ -62,7 +62,7 @@ bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName)
|
| SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes);
|
| SVGFitToViewBox::addSupportedAttributes(supportedAttributes);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|