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

Unified Diff: Source/platform/mhtml/ArchiveResourceCollection.cpp

Issue 409113003: Revert of [oilpan]: Remove support for tracing off-heap hashmaps. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/heap/Visitor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mhtml/ArchiveResourceCollection.cpp
diff --git a/Source/platform/mhtml/ArchiveResourceCollection.cpp b/Source/platform/mhtml/ArchiveResourceCollection.cpp
index 7a4637040dc96a847865b84f3594ee1f80f73643..7426200b6f48366a9c600e1b2a086282b85c00e9 100644
--- a/Source/platform/mhtml/ArchiveResourceCollection.cpp
+++ b/Source/platform/mhtml/ArchiveResourceCollection.cpp
@@ -100,10 +100,8 @@
void ArchiveResourceCollection::trace(Visitor* visitor)
{
-#if ENABLE(OILPAN)
visitor->trace(m_subresources);
visitor->trace(m_subframes);
-#endif
}
}
« no previous file with comments | « Source/platform/heap/Visitor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698