Get rid of a redundant function alias positionBeforeNode()
This patch gets rid of a redundant function alias |positionBeforeNode()| by
replacing it by its implementation |Position::beforeNode()| to reduce
call depth for ease of debugging and improving code health.
BUG=n/a
TEST=n/a; no behavior changes
Committed:
https://crrev.com/860f45795a73d3436975e544f37604023b77f4f3
Cr-Commit-Position: refs/heads/master@{#394973}