| Index: Source/core/svg/SVGMarkerElement.cpp
|
| diff --git a/Source/core/svg/SVGMarkerElement.cpp b/Source/core/svg/SVGMarkerElement.cpp
|
| index 66da056a6f298eed4d81b251e3534b4ff2588232..5119999729e1042be115d29ed6712881642dc787 100644
|
| --- a/Source/core/svg/SVGMarkerElement.cpp
|
| +++ b/Source/core/svg/SVGMarkerElement.cpp
|
| @@ -180,7 +180,7 @@ void SVGMarkerElement::svgAttributeChanged(const QualifiedName& attrName)
|
| object->setNeedsLayout(true);
|
| }
|
|
|
| -void SVGMarkerElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| +void SVGMarkerElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta)
|
| {
|
| SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
|
|
|
|