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