| Index: Source/core/svg/SVGFontFaceSrcElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceSrcElement.h b/Source/core/svg/SVGFontFaceSrcElement.h
|
| index 907cb3b3f4ae61f9089ccffb0ddc3933ac015b4b..36459458bfb21c3f24cccb34bf270614d0ac7a97 100644
|
| --- a/Source/core/svg/SVGFontFaceSrcElement.h
|
| +++ b/Source/core/svg/SVGFontFaceSrcElement.h
|
| @@ -36,7 +36,7 @@ public:
|
| private:
|
| SVGFontFaceSrcElement(const QualifiedName&, Handle<Document>);
|
|
|
| - 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);
|
| };
|
|
|
| } // namespace WebCore
|
|
|