| Index: Source/core/svg/SVGClipPathElement.cpp
|
| diff --git a/Source/core/svg/SVGClipPathElement.cpp b/Source/core/svg/SVGClipPathElement.cpp
|
| index 820e74e878815c9b035dcd1b59ef6bc9bc8e11c8..333cedf02f9269231a925117c454a9ebf0f9966f 100644
|
| --- a/Source/core/svg/SVGClipPathElement.cpp
|
| +++ b/Source/core/svg/SVGClipPathElement.cpp
|
| @@ -63,7 +63,7 @@ bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName)
|
| SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes);
|
| supportedAttributes.add(SVGNames::clipPathUnitsAttr);
|
| }
|
| - return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
|
| + return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
|
| }
|
|
|
| void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
|
|
|