Index: Source/core/dom/TemplateContentDocumentFragment.h |
diff --git a/Source/core/dom/TemplateContentDocumentFragment.h b/Source/core/dom/TemplateContentDocumentFragment.h |
index 3d00d24b2fc85c687f33643e2e45e80f00b90cc3..c1c008b16d44c543160a7c8b2b382f3f4964a805 100644 |
--- a/Source/core/dom/TemplateContentDocumentFragment.h |
+++ b/Source/core/dom/TemplateContentDocumentFragment.h |
@@ -31,7 +31,7 @@ |
namespace WebCore { |
-class TemplateContentDocumentFragment : public DocumentFragment { |
+class TemplateContentDocumentFragment FINAL : public DocumentFragment { |
public: |
static PassRefPtr<TemplateContentDocumentFragment> create(Document* document, const Element* host) |
{ |