Index: Source/core/svg/SVGFontFaceFormatElement.cpp |
diff --git a/Source/core/svg/SVGFontFaceFormatElement.cpp b/Source/core/svg/SVGFontFaceFormatElement.cpp |
index dfa65003d1fba310c372df72b494e5825c1214aa..e4b595542e0b97b7be27832b4fbf0cda55b2a6c0 100644 |
--- a/Source/core/svg/SVGFontFaceFormatElement.cpp |
+++ b/Source/core/svg/SVGFontFaceFormatElement.cpp |
@@ -41,7 +41,7 @@ PassRefPtr<SVGFontFaceFormatElement> SVGFontFaceFormatElement::create(const Qual |
return adoptRef(new SVGFontFaceFormatElement(tagName, document)); |
} |
-void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); |