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; } |