| Index: third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp
|
| index ded136552ce9b8f38b6d6fca2c125c050890ff2e..20beb80707b90a2084f6e93713f45706de2e4c8e 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.cpp
|
| @@ -225,7 +225,7 @@ void InsertLineBreakCommand::DoApply(EditingState* editing_state) {
|
| // line break that we inserted, or just before it if it's at the end of a
|
| // block.
|
| SetEndingSelection(SelectionInDOMTree::Builder()
|
| - .Collapse(EndingSelection().end())
|
| + .Collapse(EndingSelection().End())
|
| .Build());
|
| }
|
|
|
|
|