| Index: Source/core/svg/SVGTitleElement.cpp
|
| diff --git a/Source/core/svg/SVGTitleElement.cpp b/Source/core/svg/SVGTitleElement.cpp
|
| index 24d86ccdf30eadb3e5d85d59cf170aee11fb15fb..36d39334b9774e05eed250d0b0b5ff7e093c46b7 100644
|
| --- a/Source/core/svg/SVGTitleElement.cpp
|
| +++ b/Source/core/svg/SVGTitleElement.cpp
|
| @@ -57,7 +57,7 @@ void SVGTitleElement::removedFrom(const Handle<ContainerNode>& rootParent)
|
| document()->removeTitle(this);
|
| }
|
|
|
| -void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| +void SVGTitleElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta)
|
| {
|
| SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
| if (inDocument())
|
|
|