Index: Source/core/editing/SplitTextNodeCommand.h |
diff --git a/Source/core/editing/SplitTextNodeCommand.h b/Source/core/editing/SplitTextNodeCommand.h |
index 27e0cb414ad3f49dd82ca8be0711892d9919ee7b..ff924a358185329c72ab60ed9b943a6f0aa3ced3 100644 |
--- a/Source/core/editing/SplitTextNodeCommand.h |
+++ b/Source/core/editing/SplitTextNodeCommand.h |
@@ -32,7 +32,7 @@ namespace WebCore { |
class Text; |
-class SplitTextNodeCommand : public SimpleEditCommand { |
+class SplitTextNodeCommand FINAL : public SimpleEditCommand { |
public: |
static PassRefPtr<SplitTextNodeCommand> create(PassRefPtr<Text> node, int offset) |
{ |