summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGTextPositioningElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGTextPositioningElement.cpp')
-rw-r--r--WebCore/svg/SVGTextPositioningElement.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/WebCore/svg/SVGTextPositioningElement.cpp b/WebCore/svg/SVGTextPositioningElement.cpp
index 86231f8..4703482 100644
--- a/WebCore/svg/SVGTextPositioningElement.cpp
+++ b/WebCore/svg/SVGTextPositioningElement.cpp
@@ -32,8 +32,8 @@
namespace WebCore {
-SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagName, Document* doc)
- : SVGTextContentElement(tagName, doc)
+SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagName, Document* document)
+ : SVGTextContentElement(tagName, document)
, m_x(SVGLengthList::create(SVGNames::xAttr))
, m_y(SVGLengthList::create(SVGNames::yAttr))
, m_dx(SVGLengthList::create(SVGNames::dxAttr))
@@ -42,10 +42,6 @@ SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagNam
{
}
-SVGTextPositioningElement::~SVGTextPositioningElement()
-{
-}
-
void SVGTextPositioningElement::parseMappedAttribute(Attribute* attr)
{
if (attr->name() == SVGNames::xAttr)