| Index: runtime/vm/profiler.h
|
| diff --git a/runtime/vm/profiler.h b/runtime/vm/profiler.h
|
| index 4712792a744928d2cbffc7125566862643322c54..706e64aab973de36abf5729989a9ba211ec42f4f 100644
|
| --- a/runtime/vm/profiler.h
|
| +++ b/runtime/vm/profiler.h
|
| @@ -26,7 +26,7 @@ class Profiler : public AllStatic {
|
| static void Shutdown();
|
|
|
| static void InitProfilingForIsolate(Isolate* isolate,
|
| - bool shared_buffer = false);
|
| + bool shared_buffer = true);
|
| static void ShutdownProfilingForIsolate(Isolate* isolate);
|
|
|
| static void BeginExecution(Isolate* isolate);
|
|
|