| Index: Source/core/svg/SVGCircleElement.h
|
| diff --git a/Source/core/svg/SVGCircleElement.h b/Source/core/svg/SVGCircleElement.h
|
| index 680396ba1f71a9d91288cb934400eb53834695db..0608e588d489fd4f63e3e59bf7844166099fe434 100644
|
| --- a/Source/core/svg/SVGCircleElement.h
|
| +++ b/Source/core/svg/SVGCircleElement.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 SVGCircleElement FINAL : public SVGStyledTransformableElement,
|
| public SVGTests,
|
| - public SVGLangSpace,
|
| public SVGExternalResourcesRequired {
|
| public:
|
| static PassRefPtr<SVGCircleElement> create(const QualifiedName&, Document*);
|
|
|