summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGGElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGGElement.h')
-rw-r--r--Source/WebCore/svg/SVGGElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGGElement.h b/Source/WebCore/svg/SVGGElement.h
index c306f4a..8126957 100644
--- a/Source/WebCore/svg/SVGGElement.h
+++ b/Source/WebCore/svg/SVGGElement.h
@@ -40,7 +40,7 @@ public:
virtual bool isShadowTreeContainerElement() const { return false; }
protected:
- SVGGElement(const QualifiedName&, Document*);
+ SVGGElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement);
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);