| Index: Source/core/svg/SVGStyledElement.h
|
| diff --git a/Source/core/svg/SVGStyledElement.h b/Source/core/svg/SVGStyledElement.h
|
| index 98ab0f54c911aea1142f3185b3511e57d2fc9973..182b9937010928afe0e5346cbff8992c736e9f3d 100644
|
| --- a/Source/core/svg/SVGStyledElement.h
|
| +++ b/Source/core/svg/SVGStyledElement.h
|
| @@ -70,7 +70,7 @@ protected:
|
|
|
| virtual InsertionNotificationRequest insertedInto(const Handle<ContainerNode>&) OVERRIDE;
|
| virtual void removedFrom(const Handle<ContainerNode>&) OVERRIDE;
|
| - virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
| + virtual void childrenChanged(bool changedByParser = false, const Handle<Node>& beforeChange = nullptr, const Handle<Node>& afterChange = nullptr, int childCountDelta = 0);
|
|
|
| static CSSPropertyID cssPropertyIdForSVGAttributeName(const QualifiedName&);
|
| void updateRelativeLengthsInformation() { updateRelativeLengthsInformation(selfHasRelativeLengths(), this); }
|
|
|