Index: Source/core/svg/SVGRectElement.h |
diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h |
index 2e58a9c8f416e3c8c142173bdb8eb8c2ae592991..768ffe0f4d535f1547d55406cd3c63f95a0dd3c0 100644 |
--- a/Source/core/svg/SVGRectElement.h |
+++ b/Source/core/svg/SVGRectElement.h |
@@ -24,7 +24,6 @@ |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGAnimatedLength.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
-#include "core/svg/SVGLangSpace.h" |
#include "core/svg/SVGStyledTransformableElement.h" |
#include "core/svg/SVGTests.h" |
@@ -32,7 +31,6 @@ namespace WebCore { |
class SVGRectElement FINAL : public SVGStyledTransformableElement, |
public SVGTests, |
- public SVGLangSpace, |
public SVGExternalResourcesRequired { |
public: |
static PassRefPtr<SVGRectElement> create(const QualifiedName&, Document*); |