| Index: src/v8threads.h
|
| ===================================================================
|
| --- src/v8threads.h (revision 4792)
|
| +++ src/v8threads.h (working copy)
|
| @@ -104,7 +104,7 @@
|
| static bool IsArchived();
|
|
|
| static void Iterate(ObjectVisitor* v);
|
| - static void IterateThreads(ThreadVisitor* v);
|
| + static void IterateArchivedThreads(ThreadVisitor* v);
|
| static void MarkCompactPrologue(bool is_compacting);
|
| static void MarkCompactEpilogue(bool is_compacting);
|
| static bool IsLockedByCurrentThread() { return mutex_owner_.IsSelf(); }
|
|
|