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

Unified Diff: src/heap/object-stats.h

Issue 1323993004: [heap] Separate scavenger functionality into own file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 5 years, 3 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 | « src/heap/heap-inl.h ('k') | src/heap/scavenger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/object-stats.h
diff --git a/src/heap/object-stats.h b/src/heap/object-stats.h
index bd3baf165aa58c397694da23a818e83696eb256d..e2dcfaa4b772b023acd9b2e8b79e002aae9722fa 100644
--- a/src/heap/object-stats.h
+++ b/src/heap/object-stats.h
@@ -6,6 +6,7 @@
#define V8_HEAP_OBJECT_STATS_H_
#include "src/heap/heap.h"
+#include "src/heap/objects-visiting.h"
#include "src/objects.h"
namespace v8 {
« no previous file with comments | « src/heap/heap-inl.h ('k') | src/heap/scavenger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698