| 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 dda03865f00eabbec295fdab1a6c738f6752f45a..5f3d1d53a905c53e2e163c9e9dcdfb070685ef83 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| @@ -236,7 +236,7 @@ void IndentOutdentCommand::OutdentParagraph(EditingState* editing_state) {
|
| ? position_in_enclosing_block
|
| : StartOfBlock(position_in_enclosing_block);
|
| VisiblePosition last_position_in_enclosing_block =
|
| - VisiblePosition::LastPositionInNode(enclosing_element);
|
| + VisiblePosition::LastPositionInNode(*enclosing_element);
|
| VisiblePosition end_of_enclosing_block =
|
| EndOfBlock(last_position_in_enclosing_block);
|
| if (visible_start_of_paragraph.DeepEquivalent() ==
|
|
|