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