| Index: Source/core/svg/SVGFontFaceFormatElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceFormatElement.h b/Source/core/svg/SVGFontFaceFormatElement.h
|
| index 15c2e97166c62f4526942e531dbd95795441ab44..dab10033defce5e409601e042b1a61397da4e9b9 100644
|
| --- a/Source/core/svg/SVGFontFaceFormatElement.h
|
| +++ b/Source/core/svg/SVGFontFaceFormatElement.h
|
| @@ -32,7 +32,7 @@ public:
|
| private:
|
| SVGFontFaceFormatElement(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
|
|
|