Index: Source/core/svg/SVGFontFaceUriElement.cpp |
diff --git a/Source/core/svg/SVGFontFaceUriElement.cpp b/Source/core/svg/SVGFontFaceUriElement.cpp |
index 31cc007823cb8cc7303d7276f7cf82950438721e..f377d9bdd953d040734f48b818f43fe2981b2861 100644 |
--- a/Source/core/svg/SVGFontFaceUriElement.cpp |
+++ b/Source/core/svg/SVGFontFaceUriElement.cpp |
@@ -71,7 +71,7 @@ void SVGFontFaceUriElement::parseAttribute(const QualifiedName& name, const Atom |
SVGElement::parseAttribute(name, value); |
} |
-void SVGFontFaceUriElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void SVGFontFaceUriElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); |