| Index: third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
|
| diff --git a/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h b/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
|
| index 9391dc8660d598f6161bac4259c12ad53460da42..fc563af81ff11510c9c520390618bd43b7e2da31 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
|
| +++ b/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
|
| @@ -38,9 +38,9 @@
|
|
|
| namespace blink {
|
|
|
| -class PLATFORM_EXPORT ArchiveResource final : public RefCountedWillBeGarbageCollectedFinalized<ArchiveResource> {
|
| +class PLATFORM_EXPORT ArchiveResource final : public GarbageCollectedFinalized<ArchiveResource> {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<ArchiveResource> create(
|
| + static RawPtr<ArchiveResource> create(
|
| PassRefPtr<SharedBuffer>,
|
| const KURL&,
|
| const String& contentId,
|
|
|