| Index: src/runtime-profiler.h
|
| diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h
|
| index e3388492cbae8ca96af6d47c2707df2d6ad12a6b..f7ca3f020df0cec8e62cb2d7ad43b430896a8f86 100644
|
| --- a/src/runtime-profiler.h
|
| +++ b/src/runtime-profiler.h
|
| @@ -136,6 +136,7 @@ class RuntimeProfiler {
|
| // -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_;
|
|
|