| 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 c70b5c8c4864bcb2f02b09aa71acb1141962449d..6981ad00a5fc757d5f468f5492e4211b154fc474 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| @@ -52,9 +52,9 @@ private:
|
| void doApply(EditingState*) override;
|
| EditAction editingAction() const override { return EditActionInsertList; }
|
|
|
| - HTMLUListElement* fixOrphanedListChild(Node*);
|
| + HTMLUListElement* fixOrphanedListChild(Node*, EditingState*);
|
| bool selectionHasListOfType(const VisibleSelection&, const HTMLQualifiedName&);
|
| - PassRefPtrWillBeRawPtr<HTMLElement> mergeWithNeighboringLists(PassRefPtrWillBeRawPtr<HTMLElement>);
|
| + PassRefPtrWillBeRawPtr<HTMLElement> mergeWithNeighboringLists(PassRefPtrWillBeRawPtr<HTMLElement>, EditingState*);
|
| bool doApplyForSingleParagraph(bool forceCreateList, const HTMLQualifiedName&, Range& currentSelection, EditingState*);
|
| void unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChildNode);
|
| void listifyParagraph(const VisiblePosition& originalStart, const HTMLQualifiedName& listTag, EditingState*);
|
|
|