Make DocumentMarkerController::RemoveMarkersInternal() to take const Node&
This patch changes |DocumentMarkerController::RemoveMarkersInternal()| to take |const Node&| instead of |const Node*| since it always non-null for improving code health. This patch is a follow-up of the patch[1]. [1] http://crrev.com/c/1050053 Make TextIterator::CurrentContainer() to return const Node&. Change-Id: I246eedf7cc4bb651d50ff0b6d50065e89f2312a3 Reviewed-on: https://chromium-review.googlesource.com/1051137 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#557148}
Showing
Please register or sign in to comment