| 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 0cae339cf81745a6fc2738aa12c84fb43d510871..bad48fa0f146c3161668fa0d18d52d0e776f69c5 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/MoveSelectionCommand.cpp
|
| @@ -66,7 +66,7 @@ void MoveSelectionCommand::doApply(EditingState* editingState)
|
| if (!pos.isConnected())
|
| pos = endingSelection().start();
|
|
|
| - cleanupAfterDeletion(editingState, createVisiblePosition(pos));
|
| + cleanupAfterDeletion(editingState, createVisiblePositionDeprecated(pos));
|
| if (editingState->isAborted())
|
| return;
|
|
|
|
|