Chromium Code Reviews| Index: src/v8threads.cc |
| =================================================================== |
| --- src/v8threads.cc (revision 5088) |
| +++ src/v8threads.cc (working copy) |
| @@ -406,11 +406,6 @@ |
| } |
| -// This is the ContextSwitcher singleton. There is at most a single thread |
| -// running which delivers preemption events to V8 threads. |
| -ContextSwitcher* ContextSwitcher::singleton_ = NULL; |
| - |
| - |
| ContextSwitcher::ContextSwitcher(Isolate* isolate, int every_n_ms) |
| : Thread(isolate), |
| keep_going_(true), |