| Index: runtime/vm/profiler.h
|
| diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
|
| index ba25c4328e5575a866d45ed4e98f592d277f116a..112ac924ecc893c807069ee1dc98469d3829ed71 100644
|
| --- a/runtime/vm/profiler.h
|
| +++ b/runtime/vm/profiler.h
|
| @@ -24,7 +24,7 @@ class ProfilerManager : public AllStatic {
|
|
|
| static void SetupIsolateForProfiling(Isolate* isolate);
|
| static void ShutdownIsolateForProfiling(Isolate* isolate);
|
| - static void ScheduleIsolate(Isolate* isolate);
|
| + static void ScheduleIsolate(Isolate* isolate, bool inside_signal = false);
|
| static void DescheduleIsolate(Isolate* isolate);
|
|
|
| static void PrintToJSONStream(Isolate* isolate, JSONStream* stream);
|
|
|