| Index: Source/core/svg/SVGRectElement.cpp
|
| diff --git a/Source/core/svg/SVGRectElement.cpp b/Source/core/svg/SVGRectElement.cpp
|
| index 5ad35c0cd5fa4449b57069c93fb161b2c254aec2..954d4539519bc8a37d7e56710897fe13ebbc4b51 100644
|
| --- a/Source/core/svg/SVGRectElement.cpp
|
| +++ b/Source/core/svg/SVGRectElement.cpp
|
| @@ -84,7 +84,7 @@ bool SVGRectElement::isSupportedAttribute(const QualifiedName& attrName)
|
| supportedAttributes.add(SVGNames::rxAttr);
|
| supportedAttributes.add(SVGNames::ryAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGRectElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|