| Index: Source/core/svg/SVGScriptElement.cpp
|
| diff --git a/Source/core/svg/SVGScriptElement.cpp b/Source/core/svg/SVGScriptElement.cpp
|
| index c835b19fd13cf0647139c8d1fec6e9970e8e11f3..754f98d219e712f190eb9dab7c917a633ef4a444 100644
|
| --- a/Source/core/svg/SVGScriptElement.cpp
|
| +++ b/Source/core/svg/SVGScriptElement.cpp
|
| @@ -65,7 +65,7 @@ bool SVGScriptElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::typeAttr);
|
| supportedAttributes.add(HTMLNames::onerrorAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGScriptElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|