Index: Source/core/svg/SVGPathElement.h |
diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h |
index 00d7ec9e2c59ebbb6bc0c7294cb4f41df4d02b0d..ba53a06789ac29f71eb4569f498548bee11f6b8e 100644 |
--- a/Source/core/svg/SVGPathElement.h |
+++ b/Source/core/svg/SVGPathElement.h |
@@ -25,7 +25,7 @@ |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGAnimatedNumber.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
-#include "core/svg/SVGGraphicsElement.h" |
+#include "core/svg/SVGGeometryElement.h" |
#include "core/svg/SVGPathByteStream.h" |
#include "core/svg/SVGPathSegList.h" |
@@ -52,7 +52,7 @@ class SVGPathSegCurvetoQuadraticSmoothAbs; |
class SVGPathSegCurvetoQuadraticSmoothRel; |
class SVGPathSegListPropertyTearOff; |
-class SVGPathElement FINAL : public SVGGraphicsElement, |
+class SVGPathElement FINAL : public SVGGeometryElement, |
public SVGExternalResourcesRequired { |
public: |
static PassRefPtr<SVGPathElement> create(const QualifiedName&, Document&); |