Index: Source/core/svg/SVGDescElement.cpp |
diff --git a/Source/core/svg/SVGDescElement.cpp b/Source/core/svg/SVGDescElement.cpp |
index d343d50b5e814e6f38056e8456fd27f8a1f12e62..6da47093c8bdb2a8859c338f157f0f89c312f13a 100644 |
--- a/Source/core/svg/SVGDescElement.cpp |
+++ b/Source/core/svg/SVGDescElement.cpp |
@@ -25,7 +25,7 @@ |
namespace WebCore { |
inline SVGDescElement::SVGDescElement(const QualifiedName& tagName, Document* document) |
- : SVGStyledElement(tagName, document) |
+ : SVGElement(tagName, document) |
{ |
ASSERT(hasTagName(SVGNames::descTag)); |
ScriptWrappable::init(this); |