| Index: Source/core/svg/SVGFELightElement.cpp
|
| diff --git a/Source/core/svg/SVGFELightElement.cpp b/Source/core/svg/SVGFELightElement.cpp
|
| index 67a9803baf363943c2822045a52e4adbf1df85d2..56bdb8b1ed194a26ab81ac694a8da7f129e26be6 100644
|
| --- a/Source/core/svg/SVGFELightElement.cpp
|
| +++ b/Source/core/svg/SVGFELightElement.cpp
|
| @@ -99,7 +99,7 @@ bool SVGFELightElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::specularExponentAttr);
|
| supportedAttributes.add(SVGNames::limitingConeAngleAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFELightElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|