Index: Source/core/svg/SVGLineElement.h |
diff --git a/Source/core/svg/SVGLineElement.h b/Source/core/svg/SVGLineElement.h |
index ad09477246357f4ad0a6b162988dd3d1bcb5e979..317b82741a7836e9f6338429ea3731d9c52225b0 100644 |
--- a/Source/core/svg/SVGLineElement.h |
+++ b/Source/core/svg/SVGLineElement.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 SVGLineElement FINAL : public SVGGraphicsElement, |
+class SVGLineElement FINAL : public SVGGeometryElement, |
public SVGExternalResourcesRequired { |
public: |
static PassRefPtr<SVGLineElement> create(const QualifiedName&, Document&); |