summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGElement.h')
-rw-r--r--Source/WebCore/svg/SVGElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/svg/SVGElement.h b/Source/WebCore/svg/SVGElement.h
index 380fa0e..1bb10d9 100644
--- a/Source/WebCore/svg/SVGElement.h
+++ b/Source/WebCore/svg/SVGElement.h
@@ -110,7 +110,7 @@ public:
virtual void updateAnimatedSVGAttribute(const QualifiedName&) const;
protected:
- SVGElement(const QualifiedName&, Document*);
+ SVGElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement);
virtual void parseMappedAttribute(Attribute*);