Chromium Code Reviews| Index: WebCore/dom/Document.h |
| =================================================================== |
| --- WebCore/dom/Document.h (revision 73793) |
| +++ WebCore/dom/Document.h (working copy) |
| @@ -683,6 +683,7 @@ |
| void attachNodeIterator(NodeIterator*); |
| void detachNodeIterator(NodeIterator*); |
| + void moveNodeIteratorsToNewDocument(Node*, Document*); |
| void attachRange(Range*); |
| void detachRange(Range*); |