| Index: src/v8threads.h
|
| ===================================================================
|
| --- src/v8threads.h (revision 1355)
|
| +++ src/v8threads.h (working copy)
|
| @@ -74,8 +74,8 @@
|
| static bool RestoreThread();
|
|
|
| static void Iterate(ObjectVisitor* v);
|
| - static void MarkCompactPrologue();
|
| - static void MarkCompactEpilogue();
|
| + static void MarkCompactPrologue(bool is_compacting);
|
| + static void MarkCompactEpilogue(bool is_compacting);
|
| static bool IsLockedByCurrentThread() { return mutex_owner_.IsSelf(); }
|
| private:
|
| static void EagerlyArchiveThread();
|
|
|