Index: Source/core/svg/SVGGElement.cpp |
diff --git a/Source/core/svg/SVGGElement.cpp b/Source/core/svg/SVGGElement.cpp |
index aa767c0b94a33dfe32e0792e180d9e0a15f22e25..6345cc7570fc07dcb994b7ccc139514055b961c1 100644 |
--- a/Source/core/svg/SVGGElement.cpp |
+++ b/Source/core/svg/SVGGElement.cpp |
@@ -65,9 +65,6 @@ void SVGGElement::parseAttribute(const QualifiedName& name, const AtomicString& |
return; |
} |
- if (SVGLangSpace::parseAttribute(name, value)) |
- return; |
- |
ASSERT_NOT_REACHED(); |
} |