| Index: third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| index f97494f0745f9ed7e9c539a3a0932c5eadf4db75..603496c04b305e5641d40a380365403e13461703 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| @@ -348,7 +348,7 @@ void IndentOutdentCommand::outdentRegion(
|
| SelectionInDOMTree::Builder builder;
|
| if (originalSelectionEnd.isNotNull())
|
| builder.collapse(originalSelectionEnd);
|
| - setEndingSelection(createVisibleSelection(builder.build()));
|
| + setEndingSelection(builder.build());
|
| } else {
|
| setEndingSelection(SelectionInDOMTree::Builder()
|
| .collapse(endOfCurrentParagraph.deepEquivalent())
|
|
|