diff options
Diffstat (limited to 'WebCore/svg/SVGPolyElement.cpp')
-rw-r--r-- | WebCore/svg/SVGPolyElement.cpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/WebCore/svg/SVGPolyElement.cpp b/WebCore/svg/SVGPolyElement.cpp index 8475309..da8aba4 100644 --- a/WebCore/svg/SVGPolyElement.cpp +++ b/WebCore/svg/SVGPolyElement.cpp @@ -34,16 +34,8 @@ namespace WebCore { -SVGPolyElement::SVGPolyElement(const QualifiedName& tagName, Document* doc) - : SVGStyledTransformableElement(tagName, doc) - , SVGTests() - , SVGLangSpace() - , SVGExternalResourcesRequired() - , SVGAnimatedPoints() -{ -} - -SVGPolyElement::~SVGPolyElement() +SVGPolyElement::SVGPolyElement(const QualifiedName& tagName, Document* document) + : SVGStyledTransformableElement(tagName, document) { } |