| Index: Source/core/svg/SVGStyleElement.cpp
|
| diff --git a/Source/core/svg/SVGStyleElement.cpp b/Source/core/svg/SVGStyleElement.cpp
|
| index 24fbb6e49d9dcd2d5118e151d3f98506b6314589..1c91f4f411402940ce10318219803536704f94e6 100644
|
| --- a/Source/core/svg/SVGStyleElement.cpp
|
| +++ b/Source/core/svg/SVGStyleElement.cpp
|
| @@ -151,7 +151,7 @@ void SVGStyleElement::removedFrom(const Handle<ContainerNode>& rootParent)
|
| StyleElement::removedFromDocument(document(), this);
|
| }
|
|
|
| -void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| +void SVGStyleElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta)
|
| {
|
| SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
| StyleElement::childrenChanged(this);
|
|
|