| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index 89f560bd9cfd5e59299ff5aff7d2897a2fe8dd39..3ab3be24970cddca881d87f853536cffd1c011ff 100644
|
| --- a/runtime/vm/dart.cc
|
| +++ b/runtime/vm/dart.cc
|
| @@ -26,8 +26,9 @@ DECLARE_FLAG(bool, trace_isolates);
|
|
|
| Isolate* Dart::vm_isolate_ = NULL;
|
| ThreadPool* Dart::thread_pool_ = NULL;
|
| +Dart_FileWriterFunction Dart::perf_events_writer_ = NULL;
|
| DebugInfo* Dart::pprof_symbol_generator_ = NULL;
|
| -FileWriterFunction Dart::flow_graph_writer_ = NULL;
|
| +Dart_FileWriterFunction Dart::flow_graph_writer_ = NULL;
|
|
|
| // An object visitor which will mark all visited objects. This is used to
|
| // premark all objects in the vm_isolate_ heap.
|
|
|