| 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 b886c4fb7adc7e5db280f751476b108fea7e0a1c..434cc6678ea8844e5843c88ee89d3fe7a2d180d2 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
|
| +++ b/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
|
| @@ -37,9 +37,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,
|
|
|