DescriptionChange return type of TextIterator::HandleXXX to void
TextIterator used to have the following member functions returning |bool|
to indicate whether the handling of a node is complete or not:
- HandleTextNode
- HandleReplacedElement
- HandleNonTextNode
However, the return value has become arbitrary and not that useful after
the class has evolved for so many years. Hence, this patch removes their
return value to make the state change in TextIterator clean.
BUG=721957
TEST=n/a; shouldn't have any behavioral change
Review-Url: https://codereview.chromium.org/2914883002
Cr-Commit-Position: refs/heads/master@{#476144}
Committed: https://chromium.googlesource.com/chromium/src/+/d2ec4830b36d30ebf8ab495d18a6282db1020db1
Patch Set 1 #
Total comments: 3
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 14 (10 generated)
|