| Index: third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp
|
| index ed27e3352eb15c2f9c6d50417f0d76d8e0854af3..801ba8f69807831a5ac0759ddcca72ce72deadb0 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp
|
| @@ -205,7 +205,7 @@ void InsertListCommand::DoApply(EditingState* editing_state) {
|
| kCanSkipOverEditingBoundary)
|
| .DeepEquivalent() != start_of_last_paragraph) {
|
| force_list_creation =
|
| - !SelectionHasListOfType(selection.Start(), selection.end(), list_tag);
|
| + !SelectionHasListOfType(selection.Start(), selection.End(), list_tag);
|
|
|
| VisiblePosition start_of_current_paragraph = visible_start_of_selection;
|
| while (InSameTreeAndOrdered(start_of_current_paragraph.DeepEquivalent(),
|
|
|