Index: Source/core/dom/Comment.h |
diff --git a/Source/core/dom/Comment.h b/Source/core/dom/Comment.h |
index 9db1f31fd109a06ed993625aa9353581bf7782e4..e5a500335cd069f4e75f0290336ae70053afba1e 100644 |
--- a/Source/core/dom/Comment.h |
+++ b/Source/core/dom/Comment.h |
@@ -27,7 +27,7 @@ |
namespace WebCore { |
-class Comment : public CharacterData { |
+class Comment FINAL : public CharacterData { |
public: |
static PassRefPtr<Comment> create(Document*, const String&); |