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