| 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 5341a68f359e2d9b743b5df8fe68639115cbac02..334aaf6eee29e53ee9f6cea2369553d7c0e8c6af 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertListCommand.h
|
| @@ -49,7 +49,7 @@ public:
|
| private:
|
| InsertListCommand(Document&, Type);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
| EditAction editingAction() const override { return EditActionInsertList; }
|
|
|
| HTMLUListElement* fixOrphanedListChild(Node*);
|
|
|