summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGGElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGGElement.h')
-rw-r--r--WebCore/svg/SVGGElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGGElement.h b/WebCore/svg/SVGGElement.h
index 9237ef8..25cd712 100644
--- a/WebCore/svg/SVGGElement.h
+++ b/WebCore/svg/SVGGElement.h
@@ -43,7 +43,7 @@ namespace WebCore {
virtual void parseMappedAttribute(MappedAttribute*);
virtual void svgAttributeChanged(const QualifiedName&);
- virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
+ virtual void childrenChanged(bool changedByParser = false);
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);