| Index: Source/core/editing/EditCommand.h
|
| diff --git a/Source/core/editing/EditCommand.h b/Source/core/editing/EditCommand.h
|
| index b1d12351891e7b200580257bc35597247fd63838..e67f661e2c3e7ab0fd70e4105b8bc044f3298d29 100644
|
| --- a/Source/core/editing/EditCommand.h
|
| +++ b/Source/core/editing/EditCommand.h
|
| @@ -86,7 +86,7 @@ protected:
|
| explicit SimpleEditCommand(Document& document) : EditCommand(document) { }
|
|
|
| private:
|
| - virtual bool isSimpleEditCommand() const OVERRIDE FINAL { return true; }
|
| + virtual bool isSimpleEditCommand() const override final { return true; }
|
| };
|
|
|
| DEFINE_TYPE_CASTS(SimpleEditCommand, EditCommand, command, command->isSimpleEditCommand(), command.isSimpleEditCommand());
|
|
|