Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index a2130f905857042a99270c1cadb29e11306e8fcf..96dde7850b573fa139dabd34e1359a372fe71ce4 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -24,6 +24,7 @@ |
#include "core/dom/Element.h" |
#include "core/platform/Timer.h" |
+#include "core/svg/SVGLangSpace.h" |
#include "core/svg/SVGLocatable.h" |
#include "core/svg/SVGParsingError.h" |
#include "core/svg/properties/SVGPropertyInfo.h" |
@@ -41,7 +42,7 @@ class SVGElementInstance; |
class SVGElementRareData; |
class SVGSVGElement; |
-class SVGElement : public Element { |
+class SVGElement : public Element, public SVGLangSpace { |
public: |
static PassRefPtr<SVGElement> create(const QualifiedName&, Document*); |
virtual ~SVGElement(); |