summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/iterators/text_iterator_behavior.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/iterators/text_iterator_behavior.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/iterators/text_iterator_behavior.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/iterators/text_iterator_behavior.cc b/chromium/third_party/blink/renderer/core/editing/iterators/text_iterator_behavior.cc
index 98cabe8caca..8423d61958d 100644
--- a/chromium/third_party/blink/renderer/core/editing/iterators/text_iterator_behavior.cc
+++ b/chromium/third_party/blink/renderer/core/editing/iterators/text_iterator_behavior.cc
@@ -17,12 +17,6 @@ TextIteratorBehavior TextIteratorBehavior::Builder::Build() {
}
TextIteratorBehavior::Builder&
-TextIteratorBehavior::Builder::SetCollapseTrailingSpace(bool value) {
- behavior_.values_.bits.collapse_trailing_space = value;
- return *this;
-}
-
-TextIteratorBehavior::Builder&
TextIteratorBehavior::Builder::SetDoesNotBreakAtReplacedElement(bool value) {
behavior_.values_.bits.does_not_break_at_replaced_element = value;
return *this;