| 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 bfaba532ec69c0ff69dcc508249319220ebc42bb..7bd2a581cf3f34c3488fb3a069bfae1ebf363356 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| @@ -333,7 +333,7 @@ void IndentOutdentCommand::OutdentParagraph(EditingState* editing_state) {
|
| end_of_paragraph_to_move =
|
| CreateVisiblePosition(end_of_paragraph_to_move.ToPositionWithAffinity());
|
| MoveParagraph(start_of_paragraph_to_move, end_of_paragraph_to_move,
|
| - VisiblePosition::BeforeNode(placeholder), editing_state,
|
| + VisiblePosition::BeforeNode(*placeholder), editing_state,
|
| kPreserveSelection);
|
| }
|
|
|
|
|