Index: Source/core/svg/SVGScriptElement.cpp |
diff --git a/Source/core/svg/SVGScriptElement.cpp b/Source/core/svg/SVGScriptElement.cpp |
index 043dd98e335640100099e3a472dc87da10e3ec8b..f435ed8baed2e420576630b97c992752b5082785 100644 |
--- a/Source/core/svg/SVGScriptElement.cpp |
+++ b/Source/core/svg/SVGScriptElement.cpp |
@@ -128,7 +128,7 @@ Node::InsertionNotificationRequest SVGScriptElement::insertedInto(const Handle<C |
return InsertionDone; |
} |
-void SVGScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void SVGScriptElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); |
ScriptElement::childrenChanged(); |