Index: Source/core/editing/ReplaceNodeWithSpanCommand.h |
diff --git a/Source/core/editing/ReplaceNodeWithSpanCommand.h b/Source/core/editing/ReplaceNodeWithSpanCommand.h |
index e9e8afeaa9af7263df1f238e7a81c1834aef4e74..8fb5c5b41cfd82f46a5c328e8af893ae8e2f8fe5 100644 |
--- a/Source/core/editing/ReplaceNodeWithSpanCommand.h |
+++ b/Source/core/editing/ReplaceNodeWithSpanCommand.h |
@@ -38,7 +38,7 @@ namespace WebCore { |
class HTMLElement; |
// More accurately, this is ReplaceElementWithSpanPreservingChildrenAndAttributesCommand |
-class ReplaceNodeWithSpanCommand : public SimpleEditCommand { |
+class ReplaceNodeWithSpanCommand FINAL : public SimpleEditCommand { |
public: |
static PassRefPtr<ReplaceNodeWithSpanCommand> create(PassRefPtr<HTMLElement> element) |
{ |