| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index b187eb845edd070f81ae32f7480f302b40121f71..c81906e02cfe6415ff6b05adb28b8886e97e8731 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -650,7 +650,7 @@ public:
|
| void nodeChildrenWillBeRemoved(ContainerNode*);
|
| // nodeWillBeRemoved is only safe when removing one node at a time.
|
| void nodeWillBeRemoved(Node&);
|
| - bool canReplaceChild(Node* newChild, Node* oldChild);
|
| + bool canReplaceChild(Node& newChild, Node& oldChild);
|
|
|
| void didInsertText(Node*, unsigned offset, unsigned length);
|
| void didRemoveText(Node*, unsigned offset, unsigned length);
|
|
|