| Index: Source/core/svg/SVGMaskElement.cpp
|
| diff --git a/Source/core/svg/SVGMaskElement.cpp b/Source/core/svg/SVGMaskElement.cpp
|
| index 95da49a21fe38f0188b22589a8d6ce32a51bc9e8..df455878c0de272fc4d4220e29dfac1ec57dc7d5 100644
|
| --- a/Source/core/svg/SVGMaskElement.cpp
|
| +++ b/Source/core/svg/SVGMaskElement.cpp
|
| @@ -88,7 +88,7 @@ bool SVGMaskElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::widthAttr);
|
| supportedAttributes.add(SVGNames::heightAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGMaskElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|