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

Unified Diff: Source/heap/ThreadState.h

Issue 106423003: [oilpan] Rename visit to mark. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Fix typo Created 7 years 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
Index: Source/heap/ThreadState.h
diff --git a/Source/heap/ThreadState.h b/Source/heap/ThreadState.h
index 646102339f2a5f26127db32bdf7f63f547530ba5..476456ea9a9a459fa75dfa60c278aedbd6b757ff 100644
--- a/Source/heap/ThreadState.h
+++ b/Source/heap/ThreadState.h
@@ -242,7 +242,7 @@ public:
void visitStack(Visitor*);
void visitPersistents(Visitor*);
- bool checkAndVisitPointer(Visitor*, Address);
+ bool checkAndMarkPointer(Visitor*, Address);
bool isConsistentForGC();
void makeConsistentForGC();
void getStats(HeapStats&);
« Source/heap/Heap.h ('K') | « Source/heap/Heap.cpp ('k') | Source/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698