| Index: Source/core/editing/InsertTextCommand.h
|
| diff --git a/Source/core/editing/InsertTextCommand.h b/Source/core/editing/InsertTextCommand.h
|
| index 4eccb7571c3244f683fb791eb7e62703558b8507..6599dff0a55d04f360a6351507ac8c0605424218 100644
|
| --- a/Source/core/editing/InsertTextCommand.h
|
| +++ b/Source/core/editing/InsertTextCommand.h
|
| @@ -46,7 +46,7 @@ public:
|
| private:
|
| InsertTextCommand(Document&, const String& text, bool selectInsertedText, RebalanceType);
|
|
|
| - virtual void doApply() override;
|
| + void doApply() override;
|
|
|
| Position positionInsideTextNode(const Position&);
|
| Position insertTab(const Position&);
|
|
|