| 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 aecd9215b58ae68dcdcaa980c0a4ba01b2196a55..578e2c78012d7d826c0aa8ac67cbd408c2964d2c 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| @@ -231,7 +231,7 @@ void IndentOutdentCommand::outdentParagraph(EditingState* editingState)
|
| insertNodeBefore(placeholder, splitBlockquoteNode, editingState);
|
| if (editingState->isAborted())
|
| return;
|
| - moveParagraph(startOfParagraphToMove, endOfParagraphToMove, createVisiblePosition(Position::beforeNode(placeholder)), editingState, true);
|
| + moveParagraph(startOfParagraphToMove, endOfParagraphToMove, createVisiblePosition(Position::beforeNode(placeholder)), editingState, PreserveSelection);
|
| }
|
|
|
| // FIXME: We should merge this function with ApplyBlockElementCommand::formatSelection
|
|
|