Index: Source/platform/mhtml/ArchiveResourceCollection.h |
diff --git a/Source/platform/mhtml/ArchiveResourceCollection.h b/Source/platform/mhtml/ArchiveResourceCollection.h |
index 96ce653207993d4de239993d86e66cbfcd828c7f..8ad590c2827642678ff134c960e0e5c90346d24f 100644 |
--- a/Source/platform/mhtml/ArchiveResourceCollection.h |
+++ b/Source/platform/mhtml/ArchiveResourceCollection.h |
@@ -39,7 +39,7 @@ class ArchiveResource; |
class KURL; |
class MHTMLArchive; |
-class PLATFORM_EXPORT ArchiveResourceCollection FINAL : public NoBaseWillBeGarbageCollectedFinalized<ArchiveResourceCollection> { |
+class PLATFORM_EXPORT ArchiveResourceCollection final : public NoBaseWillBeGarbageCollectedFinalized<ArchiveResourceCollection> { |
WTF_MAKE_NONCOPYABLE(ArchiveResourceCollection); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |
public: |
static PassOwnPtrWillBeRawPtr<ArchiveResourceCollection> create() |