| 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 c1c93722647626deb741080236ed192711943f6d..cb8013a8323f196f799922e5cfc6f76729faea3d 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| +++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| @@ -93,7 +93,7 @@ public:
|
| typedef WillBeHeapVector<RefPtrWillBeMember<ArchiveResource>> SubArchiveResources;
|
| typedef WillBeHeapVector<RefPtrWillBeMember<MHTMLArchive>> SubFrameArchives;
|
|
|
| - ArchiveResource* mainResource() const;
|
| + ArchiveResource* mainResource() { return m_mainResource.get(); }
|
| const SubArchiveResources& subresources() const { return m_subresources; }
|
| const SubFrameArchives& subframeArchives() const { return m_subframeArchives; }
|
|
|
|
|