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