| 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 7bd2a581cf3f34c3488fb3a069bfae1ebf363356..dda03865f00eabbec295fdab1a6c738f6752f45a 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/IndentOutdentCommand.cpp
|
| @@ -227,7 +227,7 @@ void IndentOutdentCommand::OutdentParagraph(EditingState* editing_state) {
|
|
|
| // The selection is inside a blockquote i.e. enclosingNode is a blockquote
|
| VisiblePosition position_in_enclosing_block =
|
| - VisiblePosition::FirstPositionInNode(enclosing_element);
|
| + VisiblePosition::FirstPositionInNode(*enclosing_element);
|
| // If the blockquote is inline, the start of the enclosing block coincides
|
| // with positionInEnclosingBlock.
|
| VisiblePosition start_of_enclosing_block =
|
|
|