| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index c45aa04a72ee800041c96b9992b5e6f9569d4e2f..7368ed9711f61b39527fc1594773f3d9efdeb73b 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -639,7 +639,7 @@ public:
|
|
|
| void attachNodeIterator(NodeIterator*);
|
| void detachNodeIterator(NodeIterator*);
|
| - void moveNodeIteratorsToNewDocument(Node*, Document*);
|
| + void moveNodeIteratorsToNewDocument(Node&, Document&);
|
|
|
| void attachRange(Range*);
|
| void detachRange(Range*);
|
|
|