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

Unified Diff: src/heap/heap.h

Issue 1437133006: postmortem: export private field offsets Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 | src/heap/spaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 92f0ded0361bc0fa9e75374b96628e6d08096ba7..f56a688d30e2d510240e64d5d923b0eb78e40965 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -448,6 +448,7 @@ class HistogramTimer;
class Isolate;
class MemoryReducer;
class ObjectStats;
+class PostMortem;
class Scavenger;
class ScavengeJob;
class WeakObjectRetainer;
@@ -2373,6 +2374,9 @@ class Heap {
// Used in cctest.
friend class HeapTester;
+ // Used in postmortem.
+ friend class PostMortem;
+
DISALLOW_COPY_AND_ASSIGN(Heap);
};
« no previous file with comments | « no previous file | src/heap/spaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698