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

Unified Diff: src/profile-generator.h

Issue 3128004: Fix issue 822: handling of JSObject::elements in CalculateNetworkSize. (Closed)
Patch Set: Created 10 years, 4 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-profiler.cc ('k') | src/profile-generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/profile-generator.h
diff --git a/src/profile-generator.h b/src/profile-generator.h
index 4936f8f3831160e30fb9c3994ef47d096af4e8ce..bebf40a37641048ecb33f0f5c5c41751991c9984 100644
--- a/src/profile-generator.h
+++ b/src/profile-generator.h
@@ -689,6 +689,8 @@ class HeapSnapshot {
bool entries_sorted_;
List<HeapEntryCalculatedData> calculated_data_;
+ friend class HeapSnapshotTester;
+
DISALLOW_COPY_AND_ASSIGN(HeapSnapshot);
};
« no previous file with comments | « src/heap-profiler.cc ('k') | src/profile-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698