Index: Source/core/svg/SVGFontFaceUriElement.h |
diff --git a/Source/core/svg/SVGFontFaceUriElement.h b/Source/core/svg/SVGFontFaceUriElement.h |
index 220bb998e47843da6b6686e94affbc112a3687fa..ec779540b82e8026537aa8f8d9ba610fed84a7ed 100644 |
--- a/Source/core/svg/SVGFontFaceUriElement.h |
+++ b/Source/core/svg/SVGFontFaceUriElement.h |
@@ -41,7 +41,7 @@ private: |
SVGFontFaceUriElement(const QualifiedName&, Handle<Document>); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); |
+ virtual void childrenChanged(bool changedByParser = false, const Handle<Node>& beforeChange = nullptr, const Handle<Node>& afterChange = nullptr, int childCountDelta = 0); |
virtual InsertionNotificationRequest insertedInto(const Handle<ContainerNode>&) OVERRIDE; |
void loadFont(); |