| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 37dc0bd0c5dc4622a8c61f420fda65392747872e..7bd5d4bc82f1d2a9195a1dd4d090865d2fb285ec 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1148,7 +1148,7 @@ private:
|
|
|
| virtual bool isDocument() const OVERRIDE { return true; }
|
|
|
| - 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 String nodeName() const;
|
| virtual NodeType nodeType() const;
|
|
|