| Index: runtime/vm/profiler.h
|
| diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
|
| index 112ac924ecc893c807069ee1dc98469d3829ed71..06561c9fb4c4794bafb7d32876d034e2b56a6bf1 100644
|
| --- a/runtime/vm/profiler.h
|
| +++ b/runtime/vm/profiler.h
|
| @@ -41,6 +41,7 @@ class ProfilerManager : public AllStatic {
|
| static intptr_t isolates_capacity_;
|
| static intptr_t isolates_size_;
|
|
|
| + static void ScheduleIsolateHelper(Isolate* isolate);
|
| static void ResizeIsolates(intptr_t new_capacity);
|
| static void AddIsolate(Isolate* isolate);
|
| static intptr_t FindIsolate(Isolate* isolate);
|
|
|