Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 198193c4745218655bda980e30fbd80dbd219318..698b5ecbb5ad2e9bac30396d4f402a0174e2e3a2 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -443,12 +443,7 @@ public: |
PassRefPtrWillBeRawPtr<Range> createRange(); |
- PassRefPtrWillBeRawPtr<NodeIterator> createNodeIterator(Node* root, ExceptionState&); |
- PassRefPtrWillBeRawPtr<NodeIterator> createNodeIterator(Node* root, unsigned whatToShow, ExceptionState&); |
PassRefPtrWillBeRawPtr<NodeIterator> createNodeIterator(Node* root, unsigned whatToShow, PassRefPtrWillBeRawPtr<NodeFilter>, ExceptionState&); |
- |
- PassRefPtrWillBeRawPtr<TreeWalker> createTreeWalker(Node* root, ExceptionState&); |
- PassRefPtrWillBeRawPtr<TreeWalker> createTreeWalker(Node* root, unsigned whatToShow, ExceptionState&); |
PassRefPtrWillBeRawPtr<TreeWalker> createTreeWalker(Node* root, unsigned whatToShow, PassRefPtrWillBeRawPtr<NodeFilter>, ExceptionState&); |
// Special support for editing |