| Index: third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.h b/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.h
|
| index cd5296f3a911203c24ac83c21ed5435680a053e6..16b32e0b1b274d3b9b8c184144000fd136448fa8 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/InsertLineBreakCommand.h
|
| @@ -40,7 +40,7 @@ public:
|
| private:
|
| explicit InsertLineBreakCommand(Document&);
|
|
|
| - void doApply() override;
|
| + void doApply(EditingState*) override;
|
|
|
| bool preservesTypingStyle() const override;
|
|
|
|
|