Make TextIterator::CurrentContainer() to return const Node&
This patch changes |TextIterator::CurrentContainer()| to return |const Node&| instead of |const Node*| since it always non-null for improving code health. Change-Id: Idb0a827d78afe7a8b27e398db7023527a2f2380a Reviewed-on: https://chromium-review.googlesource.com/1050053 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#557144}
Showing
Please register or sign in to comment