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

Unified Diff: src/visitors.h

Issue 2810653002: Add a host parameter to ObjectVisitor methods. (Closed)
Patch Set: rebase Created 3 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 | « src/snapshot/serializer.cc ('k') | src/x64/assembler-x64-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/visitors.h
diff --git a/src/visitors.h b/src/visitors.h
index 3154d2bd65548894a0abc1096efff85b8326bf0a..0822d9169046c16272d54161fa008d63bf31bb70 100644
--- a/src/visitors.h
+++ b/src/visitors.h
@@ -46,6 +46,7 @@ enum class Root {
ROOT_ID_LIST(DECLARE_ENUM)
#undef DECLARE_ENUM
// TODO(ulan): Merge with the ROOT_ID_LIST.
+ kCodeFlusher,
kPartialSnapshotCache,
kWeakCollections
};
« no previous file with comments | « src/snapshot/serializer.cc ('k') | src/x64/assembler-x64-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698