Index: Source/core/svg/SVGGElement.h |
diff --git a/Source/core/svg/SVGGElement.h b/Source/core/svg/SVGGElement.h |
index e5586519e74d5bed7f3cdf522c942fcea7b26e0b..c0299fe848aeef0d2aceaab851e06aca4b77239d 100644 |
--- a/Source/core/svg/SVGGElement.h |
+++ b/Source/core/svg/SVGGElement.h |
@@ -23,7 +23,6 @@ |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
-#include "core/svg/SVGLangSpace.h" |
#include "core/svg/SVGStyledTransformableElement.h" |
#include "core/svg/SVGTests.h" |
@@ -31,7 +30,6 @@ namespace WebCore { |
class SVGGElement FINAL : public SVGStyledTransformableElement, |
public SVGTests, |
- public SVGLangSpace, |
public SVGExternalResourcesRequired { |
public: |
static PassRefPtr<SVGGElement> create(const QualifiedName&, Document*); |