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

Unified Diff: Source/web/WebPageSerializer.cpp

Issue 374053002: Oilpan: move MHTML objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Conditionally provide clear methods over MHTMLArchive Created 6 years, 5 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 | « Source/platform/mhtml/MHTMLParser.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPageSerializer.cpp
diff --git a/Source/web/WebPageSerializer.cpp b/Source/web/WebPageSerializer.cpp
index 8b4a8d80b99cec337ef95d5fc9c29a731f6951bd..302f1abdd4839ce3eaabbfd29ea9fa1472e60b6f 100644
--- a/Source/web/WebPageSerializer.cpp
+++ b/Source/web/WebPageSerializer.cpp
@@ -44,6 +44,7 @@
#include "core/page/Page.h"
#include "core/page/PageSerializer.h"
#include "platform/SerializedResource.h"
+#include "platform/mhtml/ArchiveResource.h"
tkent 2014/07/09 01:04:34 Why do we need to include it? It seems ArchiveReso
sof 2014/07/09 04:42:19 MHTMLArchive inlines a vector append() so as to re
tkent 2014/07/09 04:49:24 I see. So this include looks wrong to me. Please
sof 2014/07/09 05:11:20 Yes, removed. To make MHTMLArchive.h closed, I mov
#include "platform/mhtml/MHTMLArchive.h"
#include "platform/weborigin/KURL.h"
#include "public/platform/WebCString.h"
« no previous file with comments | « Source/platform/mhtml/MHTMLParser.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698