Index: Source/core/editing/DeleteFromTextNodeCommand.h |
diff --git a/Source/core/editing/DeleteFromTextNodeCommand.h b/Source/core/editing/DeleteFromTextNodeCommand.h |
index 192e8a9065031d7e4106f9deaf1f2fd413acc332..c6f2c12705a335d8e1735b9d450ba0626ec127a2 100644 |
--- a/Source/core/editing/DeleteFromTextNodeCommand.h |
+++ b/Source/core/editing/DeleteFromTextNodeCommand.h |
@@ -32,7 +32,7 @@ namespace WebCore { |
class Text; |
-class DeleteFromTextNodeCommand : public SimpleEditCommand { |
+class DeleteFromTextNodeCommand FINAL : public SimpleEditCommand { |
public: |
static PassRefPtr<DeleteFromTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, unsigned count) |
{ |