Index: Source/core/editing/WrapContentsInDummySpanCommand.h |
diff --git a/Source/core/editing/WrapContentsInDummySpanCommand.h b/Source/core/editing/WrapContentsInDummySpanCommand.h |
index be7f4b6c013752210500ab42b8defc8b626bf2e2..7cdcb2ff0c29164e8f610ad346d6965f2e68868d 100644 |
--- a/Source/core/editing/WrapContentsInDummySpanCommand.h |
+++ b/Source/core/editing/WrapContentsInDummySpanCommand.h |
@@ -32,7 +32,7 @@ namespace WebCore { |
class HTMLElement; |
-class WrapContentsInDummySpanCommand : public SimpleEditCommand { |
+class WrapContentsInDummySpanCommand FINAL : public SimpleEditCommand { |
public: |
static PassRefPtr<WrapContentsInDummySpanCommand> create(PassRefPtr<Element> element) |
{ |