Index: Source/core/editing/AppendNodeCommand.h |
diff --git a/Source/core/editing/AppendNodeCommand.h b/Source/core/editing/AppendNodeCommand.h |
index 1f7a5aeb919514fadf22aebc6ab2e42133777c33..fe353532bfd8e1b6e842950b62a5e20f630a49c1 100644 |
--- a/Source/core/editing/AppendNodeCommand.h |
+++ b/Source/core/editing/AppendNodeCommand.h |
@@ -30,7 +30,7 @@ |
namespace WebCore { |
-class AppendNodeCommand : public SimpleEditCommand { |
+class AppendNodeCommand FINAL : public SimpleEditCommand { |
public: |
static PassRefPtr<AppendNodeCommand> create(PassRefPtr<ContainerNode> parent, PassRefPtr<Node> node) |
{ |