| Index: third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp
|
| index e064273dc5ce623303b07dcd9c5991f1fe034154..12c60526b0ba4560599f99367f21e1ab7dd83b66 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/DeleteSelectionCommand.cpp
|
| @@ -433,7 +433,7 @@ bool DeleteSelectionCommand::HandleSpecialCaseBRDelete(
|
| if (!(IsStartOfBlock(
|
| VisiblePosition::BeforeNode(node_after_upstream_start)) &&
|
| IsEndOfBlock(
|
| - VisiblePosition::AfterNode(node_after_upstream_start)))) {
|
| + VisiblePosition::AfterNode(*node_after_upstream_start)))) {
|
| starts_at_empty_line_ = true;
|
| ending_position_ = downstream_end_;
|
| }
|
|
|