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