Index: third_party/WebKit/Source/core/editing/iterators/TextIteratorTextNodeHandler.h |
diff --git a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextNodeHandler.h b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextNodeHandler.h |
index dc794df760bb3d09f8286e791ac835465702d3e7..adcd9ec1205e15802da3fca112f5ec89e8a9f3e3 100644 |
--- a/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextNodeHandler.h |
+++ b/third_party/WebKit/Source/core/editing/iterators/TextIteratorTextNodeHandler.h |
@@ -45,9 +45,7 @@ class TextIteratorTextNodeHandler final { |
void ResetCollapsedWhiteSpaceFixup(); |
- // TODO(xiaochengh): Make the return type |void|. The current return value is |
- // not very meaningful. |
- bool HandleTextNode(Text*); |
+ void HandleTextNode(Text*); |
private: |
void HandlePreFormattedTextNode(); |