| Index: runtime/vm/profiler.h
|
| diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
|
| index d8f2946f6ab8aae61849cd3d7899a434489afe3b..bec51e648f0f0ab2ec96c07175e085016d2184c2 100644
|
| --- a/runtime/vm/profiler.h
|
| +++ b/runtime/vm/profiler.h
|
| @@ -35,7 +35,9 @@ class ProfilerManager : public AllStatic {
|
| static const intptr_t kMaxProfiledIsolates = 4096;
|
| static bool initialized_;
|
| static bool shutdown_;
|
| + static bool thread_running_;
|
| static Monitor* monitor_;
|
| + static Monitor* start_stop_monitor_;
|
|
|
| static Isolate** isolates_;
|
| static intptr_t isolates_capacity_;
|
|
|