| Index: Source/core/svg/SVGStyledElement.cpp
|
| diff --git a/Source/core/svg/SVGStyledElement.cpp b/Source/core/svg/SVGStyledElement.cpp
|
| index 41d665a9236d560abe23824ac6db7dea529df1bc..5ed10d4ccd3b350108e19773ac3841699b492ecc 100644
|
| --- a/Source/core/svg/SVGStyledElement.cpp
|
| +++ b/Source/core/svg/SVGStyledElement.cpp
|
| @@ -388,7 +388,7 @@ void SVGStyledElement::removedFrom(const Handle<ContainerNode>& rootParent)
|
| SVGElementInstance::invalidateAllInstancesOfElement(this);
|
| }
|
|
|
| -void SVGStyledElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| +void SVGStyledElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta)
|
| {
|
| SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
|
|
|
|