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

Unified Diff: src/snapshot/serialize.h

Issue 1092253003: Fix serialization statistics for external strings. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | src/snapshot/serialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot/serialize.h
diff --git a/src/snapshot/serialize.h b/src/snapshot/serialize.h
index bb33cf77383a401787143e79e55c094fcb9f99d5..da90903dca57d218803fdbfb5e75f099dfb5df05 100644
--- a/src/snapshot/serialize.h
+++ b/src/snapshot/serialize.h
@@ -618,7 +618,7 @@ class Serializer : public SerializerDeserializer {
RootIndexMap* root_index_map() { return &root_index_map_; }
#ifdef OBJECT_PRINT
- void CountInstanceType(HeapObject* obj);
+ void CountInstanceType(Map* map, int size);
#endif // OBJECT_PRINT
protected:
« no previous file with comments | « no previous file | src/snapshot/serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698