| Index: Source/core/svg/SVGCircleElement.h
|
| diff --git a/Source/core/svg/SVGCircleElement.h b/Source/core/svg/SVGCircleElement.h
|
| index f720aa64809b42aa4a112324ec24b6a167fccf4d..414fa87a36f5b773dac582fa436c21f889656a26 100644
|
| --- a/Source/core/svg/SVGCircleElement.h
|
| +++ b/Source/core/svg/SVGCircleElement.h
|
| @@ -25,11 +25,11 @@
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedLength.h"
|
| #include "core/svg/SVGExternalResourcesRequired.h"
|
| -#include "core/svg/SVGGraphicsElement.h"
|
| +#include "core/svg/SVGGeometryElement.h"
|
|
|
| namespace WebCore {
|
|
|
| -class SVGCircleElement FINAL : public SVGGraphicsElement,
|
| +class SVGCircleElement FINAL : public SVGGeometryElement,
|
| public SVGExternalResourcesRequired {
|
| public:
|
| static PassRefPtr<SVGCircleElement> create(const QualifiedName&, Document&);
|
|
|