Chromium Code Reviews| Index: src/v8threads.h |
| =================================================================== |
| --- src/v8threads.h (revision 5088) |
| +++ src/v8threads.h (working copy) |
| @@ -161,9 +161,6 @@ |
| bool keep_going_; |
| int sleep_ms_; |
| - Isolate* isolate_; |
| - |
| - static ContextSwitcher* singleton_; |
| }; |
| } } // namespace v8::internal |