Revert of Make previousLinePosition() not to use dangling RootInlineBox (patchset #1 id:1 of https://codereview.chromium.org/2082893005/ )

Reason for revert:
New test editing/selection/modify_move/move_backward_line_import_crash.html fails on WebKit Linux MSAN.

Dashboard:
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=editing%2Fselection%2Fmodify_move%2Fmove_backward_line_import_crash.html&testType=webkit_tests

First failed build:
https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20MSAN/builds/10718

Original issue's description:
> Make previousLinePosition() not to use dangling RootInlineBox
>
> This patch makes |previousLinePosition()| not to use dangling |RootInlineBox|
> pointer to avoid use-after-free.
>
> Before this patch, |isEditablePosition()| is called with |DoUpdateStyle|
> parameter to update layout tree if needed. Usually, layout tree isn't updated
> by this |isEditablePosition()| call since |previousLinePosition()| updates
> layout tree at entry. However, if there are pending style sheet, e.g. @import
> directive, and HTML import, e.g link rel=import, layout tree is updated since
> document isn't rendering ready, |haveImportLoaded()| &&
> |haveRenderBlockingStyleSheetsLoaded()|.
>
> BUG=618237
> TEST=LayoutTests/editing/selection/modify_move/move_backward_line_import_crash.html
>
> Committed: https://crrev.com/fb81c66590538c2487a34b8623066a22d0b27dff
> Cr-Commit-Position: refs/heads/master@{#401231}

TBR=yoichio@chromium.org,yosin@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=618237

Review-Url: https://codereview.chromium.org/2084913005
Cr-Commit-Position: refs/heads/master@{#401319}
2 files changed