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