Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 9a63a22e644f8cb3382226cc40a44b7bc36c5cbd..0af60e347655ba87584b1447119cbd7d9358a332 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -208,7 +208,7 @@ protected: |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |
- virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE; |
+ virtual void childrenChanged(const ChildrenChange&) OVERRIDE; |
static CSSPropertyID cssPropertyIdForSVGAttributeName(const QualifiedName&); |
void updateRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); } |