| Index: third_party/WebKit/Source/core/editing/VisibleUnitsLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleUnitsLine.cpp b/third_party/WebKit/Source/core/editing/VisibleUnitsLine.cpp
|
| index 37ed8d25ee5d1f397cc8135c01bb9596a872960d..5bd1b8f67b016ff387385977e58fd5b25a361320 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleUnitsLine.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleUnitsLine.cpp
|
| @@ -520,7 +520,7 @@ static VisiblePositionTemplate<Strategy> LogicalEndOfLineAlgorithm(
|
| if (!editable_root->contains(
|
| vis_pos.DeepEquivalent().ComputeContainerNode())) {
|
| return CreateVisiblePosition(
|
| - PositionTemplate<Strategy>::LastPositionInNode(editable_root));
|
| + PositionTemplate<Strategy>::LastPositionInNode(*editable_root));
|
| }
|
| }
|
|
|
|
|