| Index: third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp b/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
|
| index a2d4f001a8c433b1e2b2d84e670dfe44fa174339..e0217d2ff05f319c813091a071dcd5038ddcb39f 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
|
| @@ -335,7 +335,7 @@ void ApplyBlockElementCommand::RangeForParagraphSplittingTextNodesIfNeeded(
|
| end_container, end_of_last_paragraph.OffsetInContainerNode() -
|
| end.OffsetInContainerNode());
|
| }
|
| - end = Position::LastPositionInNode(end_container->previousSibling());
|
| + end = Position::LastPositionInNode(*end_container->previousSibling());
|
| }
|
| }
|
| }
|
|
|