Index: Source/core/svg/SVGGraphicsElement.h |
diff --git a/Source/core/svg/SVGGraphicsElement.h b/Source/core/svg/SVGGraphicsElement.h |
index 378495fa34b9eaee9afa12e0c6b04705a45e8e77..01a0ca3fe41302807739fbc80061859cc9401355 100644 |
--- a/Source/core/svg/SVGGraphicsElement.h |
+++ b/Source/core/svg/SVGGraphicsElement.h |
@@ -22,7 +22,7 @@ |
#define SVGGraphicsElement_h |
#include "core/svg/SVGAnimatedTransformList.h" |
-#include "core/svg/SVGStyledLocatableElement.h" |
+#include "core/svg/SVGStyledElement.h" |
#include "core/svg/SVGTests.h" |
#include "core/svg/SVGTransformable.h" |
@@ -31,7 +31,7 @@ namespace WebCore { |
class AffineTransform; |
class Path; |
-class SVGGraphicsElement : public SVGStyledLocatableElement, public SVGTransformable, public SVGTests { |
+class SVGGraphicsElement : public SVGStyledElement, public SVGTransformable, public SVGTests { |
public: |
virtual ~SVGGraphicsElement(); |