Chromium Code Reviews| Index: src/runtime-profiler.h |
| =================================================================== |
| --- src/runtime-profiler.h (revision 11005) |
| +++ src/runtime-profiler.h (working copy) |
| @@ -136,7 +136,6 @@ |
| // -1 => the profiler thread is waiting on the semaphore |
| // 0 or positive => the number of isolates running JavaScript code. |
| static Atomic32 state_; |
| - static Semaphore* semaphore_; |
| #ifdef DEBUG |
| static bool has_been_globally_set_up_; |