summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGStyledTransformableElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGStyledTransformableElement.h')
-rw-r--r--Source/WebCore/svg/SVGStyledTransformableElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGStyledTransformableElement.h b/Source/WebCore/svg/SVGStyledTransformableElement.h
index 9d6834a..e16dbc6 100644
--- a/Source/WebCore/svg/SVGStyledTransformableElement.h
+++ b/Source/WebCore/svg/SVGStyledTransformableElement.h
@@ -55,7 +55,7 @@ public:
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
protected:
- SVGStyledTransformableElement(const QualifiedName&, Document*);
+ SVGStyledTransformableElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement);
virtual void parseMappedAttribute(Attribute*);
virtual void svgAttributeChanged(const QualifiedName&);