Index: Source/core/svg/SVGGlyphElement.h |
diff --git a/Source/core/svg/SVGGlyphElement.h b/Source/core/svg/SVGGlyphElement.h |
index bd99c6bf4ed46ee401aa116a3bb78a38fc95bc5d..97237874c7af0a529cbaf6db9d4c423e84e9f544 100644 |
--- a/Source/core/svg/SVGGlyphElement.h |
+++ b/Source/core/svg/SVGGlyphElement.h |
@@ -24,13 +24,13 @@ |
#if ENABLE(SVG_FONTS) |
#include "core/platform/graphics/SVGGlyph.h" |
-#include "core/svg/SVGStyledElement.h" |
+#include "core/svg/SVGElement.h" |
namespace WebCore { |
class SVGFontData; |
-class SVGGlyphElement FINAL : public SVGStyledElement { |
+class SVGGlyphElement FINAL : public SVGElement { |
public: |
static PassRefPtr<SVGGlyphElement> create(const QualifiedName&, Document*); |