Index: Source/core/svg/SVGClipPathElement.cpp |
diff --git a/Source/core/svg/SVGClipPathElement.cpp b/Source/core/svg/SVGClipPathElement.cpp |
index 23b997160546d9782e5df654db386622cb8a31c6..db973a9917dba15601f28c2cf58bf815806c762f 100644 |
--- a/Source/core/svg/SVGClipPathElement.cpp |
+++ b/Source/core/svg/SVGClipPathElement.cpp |
@@ -57,7 +57,6 @@ bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName) |
{ |
DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); |
if (supportedAttributes.isEmpty()) { |
- SVGLangSpace::addSupportedAttributes(supportedAttributes); |
SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); |
supportedAttributes.add(SVGNames::clipPathUnitsAttr); |
} |
@@ -78,8 +77,6 @@ void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicS |
return; |
} |
- if (SVGLangSpace::parseAttribute(name, value)) |
- return; |
if (SVGExternalResourcesRequired::parseAttribute(name, value)) |
return; |