Index: Source/core/editing/InsertIntoTextNodeCommand.h |
diff --git a/Source/core/editing/InsertIntoTextNodeCommand.h b/Source/core/editing/InsertIntoTextNodeCommand.h |
index 9764aa878d7269076f3e2624f11fd4c126d961c4..17e0dac5b35c890c8f4b98a38dcef2d1cffe6071 100644 |
--- a/Source/core/editing/InsertIntoTextNodeCommand.h |
+++ b/Source/core/editing/InsertIntoTextNodeCommand.h |
@@ -32,7 +32,7 @@ namespace WebCore { |
class Text; |
-class InsertIntoTextNodeCommand : public SimpleEditCommand { |
+class InsertIntoTextNodeCommand FINAL : public SimpleEditCommand { |
public: |
static PassRefPtr<InsertIntoTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, const String& text) |
{ |