| Index: Source/core/svg/SVGFEGaussianBlurElement.cpp
|
| diff --git a/Source/core/svg/SVGFEGaussianBlurElement.cpp b/Source/core/svg/SVGFEGaussianBlurElement.cpp
|
| index c8c1282bd51d42bebbf8628b8017c44667aa0b07..30883f8375b1d517b6441ce1879d8b2544e712c1 100644
|
| --- a/Source/core/svg/SVGFEGaussianBlurElement.cpp
|
| +++ b/Source/core/svg/SVGFEGaussianBlurElement.cpp
|
| @@ -81,7 +81,7 @@ bool SVGFEGaussianBlurElement::isSupportedAttribute(const QualifiedName& attrNam
|
| supportedAttributes.add(SVGNames::inAttr);
|
| supportedAttributes.add(SVGNames::stdDeviationAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGFEGaussianBlurElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|