Index: Source/core/svg/SVGStyleElement.h |
diff --git a/Source/core/svg/SVGStyleElement.h b/Source/core/svg/SVGStyleElement.h |
index 5c31b0d95890cc029918cff81df7ea755cdd5779..84d7a0e944a52dc12299878ad816f8c848e1bb94 100644 |
--- a/Source/core/svg/SVGStyleElement.h |
+++ b/Source/core/svg/SVGStyleElement.h |
@@ -23,12 +23,10 @@ |
#include "core/dom/StyleElement.h" |
#include "core/svg/SVGElement.h" |
-#include "core/svg/SVGLangSpace.h" |
namespace WebCore { |
class SVGStyleElement FINAL : public SVGElement |
- , public SVGLangSpace |
, public StyleElement { |
public: |
static PassRefPtr<SVGStyleElement> create(const QualifiedName&, Document*, bool createdByParser); |