Index: Source/core/html/LinkImport.h |
diff --git a/Source/core/html/LinkImport.h b/Source/core/html/LinkImport.h |
index 7373c971217e7c7743caec960d9a917fb81e1c49..ecd3f75ce216c313a7f9b6c6ae8ebf570a0a6c9f 100644 |
--- a/Source/core/html/LinkImport.h |
+++ b/Source/core/html/LinkImport.h |
@@ -45,7 +45,7 @@ class HTMLImportChild; |
// |
// A LinkResource subclasss used for @rel=import. |
// |
-class LinkImport : public LinkResource, public HTMLImportChildClient { |
+class LinkImport FINAL : public LinkResource, public HTMLImportChildClient { |
WTF_MAKE_FAST_ALLOCATED; |
public: |