| Index: Source/core/svg/SVGRectElement.h
|
| diff --git a/Source/core/svg/SVGRectElement.h b/Source/core/svg/SVGRectElement.h
|
| index c80f7344e09980ffe856c08549f3849f6d104f38..68c903633b41937bbb8554157379bbfe9f2aba88 100644
|
| --- a/Source/core/svg/SVGRectElement.h
|
| +++ b/Source/core/svg/SVGRectElement.h
|
| @@ -24,13 +24,11 @@
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedLength.h"
|
| #include "core/svg/SVGExternalResourcesRequired.h"
|
| -#include "core/svg/SVGStyledTransformableElement.h"
|
| -#include "core/svg/SVGTests.h"
|
| +#include "core/svg/SVGGraphicsElement.h"
|
|
|
| namespace WebCore {
|
|
|
| -class SVGRectElement FINAL : public SVGStyledTransformableElement,
|
| - public SVGTests,
|
| +class SVGRectElement FINAL : public SVGGraphicsElement,
|
| public SVGExternalResourcesRequired {
|
| public:
|
| static PassRefPtr<SVGRectElement> create(const QualifiedName&, Document*);
|
|
|