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