Index: src/v8threads.cc |
=================================================================== |
--- src/v8threads.cc (revision 6139) |
+++ src/v8threads.cc (working copy) |
@@ -380,7 +380,8 @@ |
ContextSwitcher::ContextSwitcher(int every_n_ms) |
- : keep_going_(true), |
+ : Thread("v8:CtxtSwitcher"), |
+ keep_going_(true), |
sleep_ms_(every_n_ms) { |
} |