Index: Source/core/editing/SplitElementCommand.h |
diff --git a/Source/core/editing/SplitElementCommand.h b/Source/core/editing/SplitElementCommand.h |
index a87b5a2098467d8915d7bee2d6e557704bef314e..d7cac54aff3277a20d093aa1e8212d36064502de 100644 |
--- a/Source/core/editing/SplitElementCommand.h |
+++ b/Source/core/editing/SplitElementCommand.h |
@@ -30,7 +30,7 @@ |
namespace WebCore { |
-class SplitElementCommand : public SimpleEditCommand { |
+class SplitElementCommand FINAL : public SimpleEditCommand { |
public: |
static PassRefPtr<SplitElementCommand> create(PassRefPtr<Element> element, PassRefPtr<Node> splitPointChild) |
{ |