summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Document.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Document.h')
-rw-r--r--WebCore/dom/Document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/Document.h b/WebCore/dom/Document.h
index a7df9ff..0aba06c 100644
--- a/WebCore/dom/Document.h
+++ b/WebCore/dom/Document.h
@@ -683,6 +683,7 @@ public:
void attachNodeIterator(NodeIterator*);
void detachNodeIterator(NodeIterator*);
+ void moveNodeIteratorsToNewDocument(Node*, Document*);
void attachRange(Range*);
void detachRange(Range*);