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