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