| Index: third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| index 14778538ad51741f9de61b95f6e0e71ca361045d..c961d965a0deb9a98d45ff108bb31bd5ac271e16 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| @@ -52,7 +52,8 @@ class CORE_EXPORT InsertListCommand final : public CompositeEditCommand {
|
| InputEvent::InputType inputType() const override;
|
|
|
| HTMLUListElement* fixOrphanedListChild(Node*, EditingState*);
|
| - bool selectionHasListOfType(const VisibleSelection&,
|
| + bool selectionHasListOfType(const Position& selectionStart,
|
| + const Position& selectionEnd,
|
| const HTMLQualifiedName&);
|
| HTMLElement* mergeWithNeighboringLists(HTMLElement*, EditingState*);
|
| bool doApplyForSingleParagraph(bool forceCreateList,
|
|
|