Index: third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h |
diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h |
index a05ccdcd17d154027f34bdcb8a9a4c8c7a816a0c..dfbc1244ef52acd260d803b91fc9fafc598862f1 100644 |
--- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h |
+++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h |
@@ -44,9 +44,10 @@ |
struct SerializedResource; |
-class PLATFORM_EXPORT MHTMLArchive final : public GarbageCollected<MHTMLArchive> { |
+class PLATFORM_EXPORT MHTMLArchive final : public GarbageCollectedFinalized<MHTMLArchive> { |
public: |
static MHTMLArchive* create(const KURL&, SharedBuffer*); |
+ ~MHTMLArchive(); |
// Binary encoding results in smaller MHTML files but they might not work in other browsers. |
enum EncodingPolicy { |