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