| 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 30a39b6163ff3735d7569aa5cda879bcb655e6f4..012d16f04b34e8fec5aa9c12e3a8376100ec1d9a 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| @@ -50,7 +50,7 @@ private:
|
| InsertListCommand(Document&, Type);
|
|
|
| void doApply(EditingState*) override;
|
| - EditAction editingAction() const override { return EditActionInsertList; }
|
| + InputEvent::InputType inputType() const override;
|
|
|
| HTMLUListElement* fixOrphanedListChild(Node*, EditingState*);
|
| bool selectionHasListOfType(const VisibleSelection&, const HTMLQualifiedName&);
|
|
|