Index: Source/core/svg/SVGSymbolElement.cpp |
diff --git a/Source/core/svg/SVGSymbolElement.cpp b/Source/core/svg/SVGSymbolElement.cpp |
index 8693727e426878838c5a7dfbd91ca61ac5b5e326..02975cf26180b77a395080695cfbadad93dd9987 100644 |
--- a/Source/core/svg/SVGSymbolElement.cpp |
+++ b/Source/core/svg/SVGSymbolElement.cpp |
@@ -58,7 +58,6 @@ bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName) |
{ |
DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, supportedAttributes, ()); |
if (supportedAttributes.isEmpty()) { |
- SVGLangSpace::addSupportedAttributes(supportedAttributes); |
SVGExternalResourcesRequired::addSupportedAttributes(supportedAttributes); |
SVGFitToViewBox::addSupportedAttributes(supportedAttributes); |
} |
@@ -72,8 +71,6 @@ void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicStr |
return; |
} |
- if (SVGLangSpace::parseAttribute(name, value)) |
- return; |
if (SVGExternalResourcesRequired::parseAttribute(name, value)) |
return; |
if (SVGFitToViewBox::parseAttribute(this, name, value)) |