Index: Source/core/html/HTMLImportChild.h |
diff --git a/Source/core/html/HTMLImportChild.h b/Source/core/html/HTMLImportChild.h |
index 6e0af407eee5606fc6ecb0742e146f3bb22bbfda..d4a0d4b7db777239348cd1774ecb36187a40fac6 100644 |
--- a/Source/core/html/HTMLImportChild.h |
+++ b/Source/core/html/HTMLImportChild.h |
@@ -51,7 +51,7 @@ class HTMLImportChildClient; |
// HTMLImportChild implements ResourceClient through HTMLImportResourceOwner |
// so that it can speculatively request linked resources while it is unblocked. |
// |
-class HTMLImportChild : public HTMLImport, public HTMLImportLoaderClient, public HTMLImportResourceOwner { |
+class HTMLImportChild FINAL : public HTMLImport, public HTMLImportLoaderClient, public HTMLImportResourceOwner { |
public: |
HTMLImportChild(const KURL&, bool createdByParser); |
virtual ~HTMLImportChild(); |