| Index: Source/core/editing/RemoveFormatCommand.h
|
| diff --git a/Source/core/editing/RemoveFormatCommand.h b/Source/core/editing/RemoveFormatCommand.h
|
| index e4a40d3b63cd753863c3c0ca1299c8f6243b6999..0807e889e08447a4a89b150785c44262ab90ca41 100644
|
| --- a/Source/core/editing/RemoveFormatCommand.h
|
| +++ b/Source/core/editing/RemoveFormatCommand.h
|
| @@ -40,8 +40,8 @@ public:
|
| private:
|
| explicit RemoveFormatCommand(Document&);
|
|
|
| - virtual void doApply() override;
|
| - virtual EditAction editingAction() const override { return EditActionUnspecified; }
|
| + void doApply() override;
|
| + EditAction editingAction() const override { return EditActionUnspecified; }
|
| };
|
|
|
| } // namespace blink
|
|
|