Index: src/v8threads.cc |
=================================================================== |
--- src/v8threads.cc (revision 1161) |
+++ src/v8threads.cc (working copy) |
@@ -120,11 +120,11 @@ |
Thread::SetThreadLocal(thread_state_key, NULL); |
return true; |
} |
- |
+ |
// Make sure that the preemption thread cannot modify the thread state while |
// it is being archived or restored. |
ExecutionAccess access; |
- |
+ |
// If there is another thread that was lazily archived then we have to really |
// archive it now. |
if (lazily_archived_thread_.IsValid()) { |