Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: Source/core/loader/archive/MHTMLArchive.h

Issue 41423002: Devirtualize PageConsole and MHTMLArchive destructors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/page/PageConsole.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/archive/MHTMLArchive.h
diff --git a/Source/core/loader/archive/MHTMLArchive.h b/Source/core/loader/archive/MHTMLArchive.h
index d102afdb81fe23523e494b78194529e2430785a2..703be4dd833e2e15212a53c5439344256b4d1109 100644
--- a/Source/core/loader/archive/MHTMLArchive.h
+++ b/Source/core/loader/archive/MHTMLArchive.h
@@ -58,7 +58,7 @@ public:
// Binary encoding results in smaller MHTML files but they might not work in other browsers.
static PassRefPtr<SharedBuffer> generateMHTMLData(const Vector<SerializedResource>&, EncodingPolicy, const String& title, const String& mimeType);
- virtual ~MHTMLArchive();
+ ~MHTMLArchive();
ArchiveResource* mainResource() { return m_mainResource.get(); }
const Vector<RefPtr<ArchiveResource> >& subresources() const { return m_subresources; }
const Vector<RefPtr<MHTMLArchive> >& subframeArchives() const { return m_subframeArchives; }
« no previous file with comments | « no previous file | Source/core/page/PageConsole.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698