| 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 dfbc1244ef52acd260d803b91fc9fafc598862f1..a05ccdcd17d154027f34bdcb8a9a4c8c7a816a0c 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| +++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| @@ -44,10 +44,9 @@ class SharedBuffer;
|
|
|
| struct SerializedResource;
|
|
|
| -class PLATFORM_EXPORT MHTMLArchive final : public GarbageCollectedFinalized<MHTMLArchive> {
|
| +class PLATFORM_EXPORT MHTMLArchive final : public GarbageCollected<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 {
|
|
|