| Index: Source/core/svg/SVGFEDropShadowElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.cpp b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| index ffddfcc240fd9e9a8d2de79bbc22cebf00767a82..64609a395c86c704949fb4c54e96e2581e74c7d9 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.cpp
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| @@ -91,7 +91,7 @@ bool SVGFEDropShadowElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::dyAttr);
|
| supportedAttributes.add(SVGNames::stdDeviationAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEDropShadowElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|