Index: Source/platform/mhtml/MHTMLArchive.h |
diff --git a/Source/platform/mhtml/MHTMLArchive.h b/Source/platform/mhtml/MHTMLArchive.h |
index feaaa7702c320d35e59a0f85fd6f92ea22b4acc7..b6b4268d38eeee0966433256a2fe3509c40ddf62 100644 |
--- a/Source/platform/mhtml/MHTMLArchive.h |
+++ b/Source/platform/mhtml/MHTMLArchive.h |
@@ -46,7 +46,7 @@ class SharedBuffer; |
struct SerializedResource; |
-class PLATFORM_EXPORT MHTMLArchive FINAL : public RefCountedWillBeGarbageCollectedFinalized<MHTMLArchive> { |
+class PLATFORM_EXPORT MHTMLArchive final : public RefCountedWillBeGarbageCollectedFinalized<MHTMLArchive> { |
public: |
static PassRefPtrWillBeRawPtr<MHTMLArchive> create(); |
static PassRefPtrWillBeRawPtr<MHTMLArchive> create(const KURL&, SharedBuffer*); |