| 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 434cc6678ea8844e5843c88ee89d3fe7a2d180d2..a126366213fa2bcd4cb7d645527bb952abfa20d9 100644
 | 
| --- a/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
 | 
| +++ b/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
 | 
| @@ -39,7 +39,7 @@ namespace blink {
 | 
|  
 | 
|  class PLATFORM_EXPORT ArchiveResource final : public GarbageCollectedFinalized<ArchiveResource> {
 | 
|  public:
 | 
| -    static RawPtr<ArchiveResource> create(
 | 
| +    static ArchiveResource* create(
 | 
|          PassRefPtr<SharedBuffer>,
 | 
|          const KURL&,
 | 
|          const String& contentId,
 | 
| 
 |