Index: third_party/WebKit/Source/core/editing/iterators/TextIterator.h |
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h |
index 9e72c11cedb3b28e9f71f73dd56eab0676a1a012..f631d599bd3786240499f878c2a8d7b1b99877ac 100644 |
--- a/third_party/WebKit/Source/core/editing/iterators/TextIterator.h |
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIterator.h |
@@ -127,11 +127,6 @@ class CORE_TEMPLATE_CLASS_EXPORT TextIteratorAlgorithm { |
kHandledChildren |
}; |
- void Initialize(Node* start_container, |
- int start_offset, |
- Node* end_container, |
- int end_offset); |
- |
void ExitNode(); |
bool ShouldRepresentNodeOffsetZero(); |
bool ShouldEmitSpaceBeforeAndAfterNode(Node*); |