| Index: Source/core/svg/SVGFESpecularLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.cpp b/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| index ea72216e31ae1c67a8474052d7de4ed087edc57b..958903249d7f9486a8ffd4b9aecdccd688660869 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| @@ -89,7 +89,7 @@ bool SVGFESpecularLightingElement::isSupportedAttribute(const QualifiedName& att
|
| supportedAttributes.add(SVGNames::surfaceScaleAttr);
|
| supportedAttributes.add(SVGNames::kernelUnitLengthAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFESpecularLightingElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|