Index: Source/core/html/HTMLImportsController.h |
diff --git a/Source/core/html/HTMLImportsController.h b/Source/core/html/HTMLImportsController.h |
index 7cc1b92ea0810e4eb679e00d9bbb3bfec85931ff..d74070fb86a7218ffb143e897405c0ff9a71728b 100644 |
--- a/Source/core/html/HTMLImportsController.h |
+++ b/Source/core/html/HTMLImportsController.h |
@@ -48,7 +48,7 @@ class ResourceFetcher; |
class HTMLImportChild; |
class HTMLImportChildClient; |
-class HTMLImportsController : public HTMLImportRoot, public DocumentSupplement { |
+class HTMLImportsController FINAL : public HTMLImportRoot, public DocumentSupplement { |
WTF_MAKE_FAST_ALLOCATED; |
public: |
static void provideTo(Document*); |