| Index: Source/core/svg/SVGViewElement.cpp
|
| diff --git a/Source/core/svg/SVGViewElement.cpp b/Source/core/svg/SVGViewElement.cpp
|
| index 1adb6094ecb8dd8e6d992dfbbe17c2a38b99a0c1..cc4750f1a559ea871370d2246a1070da3a11f6cb 100644
|
| --- a/Source/core/svg/SVGViewElement.cpp
|
| +++ b/Source/core/svg/SVGViewElement.cpp
|
| @@ -65,7 +65,7 @@ bool SVGViewElement::isSupportedAttribute(const QualifiedName& attrName)
|
| SVGZoomAndPan::addSupportedAttributes(supportedAttributes);
|
| supportedAttributes.add(SVGNames::viewTargetAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|