| Index: Source/core/editing/InsertLineBreakCommand.h
|
| diff --git a/Source/core/editing/InsertLineBreakCommand.h b/Source/core/editing/InsertLineBreakCommand.h
|
| index 4dc48ef446dd207a79a15017d4f38398579e153a..21245a88d7a2001bcadaf75062c38c99aa1458a2 100644
|
| --- a/Source/core/editing/InsertLineBreakCommand.h
|
| +++ b/Source/core/editing/InsertLineBreakCommand.h
|
| @@ -40,9 +40,9 @@ public:
|
| private:
|
| explicit InsertLineBreakCommand(Document&);
|
|
|
| - virtual void doApply() override;
|
| + void doApply() override;
|
|
|
| - virtual bool preservesTypingStyle() const override;
|
| + bool preservesTypingStyle() const override;
|
|
|
| bool shouldUseBreakElement(const Position&);
|
| };
|
|
|