| Index: third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| index bad48fa0f146c3161668fa0d18d52d0e776f69c5..145b00b77c77c141f72c895bbd1661b686b8e65f 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| @@ -70,7 +70,7 @@ void MoveSelectionCommand::doApply(EditingState* editingState)
|
| if (editingState->isAborted())
|
| return;
|
|
|
| - setEndingSelection(VisibleSelection(pos, endingSelection().affinity(), endingSelection().isDirectional()));
|
| + setEndingSelection(createVisibleSelectionDeprecated(pos, endingSelection().affinity(), endingSelection().isDirectional()));
|
| if (!pos.isConnected()) {
|
| // Document was modified out from under us.
|
| return;
|
|
|