Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
| index 4d05b645abeda3ca624c0ac1da0618acd48b066c..ab0c0521ae8516a103981ff0f1976724fa8b069d 100644 |
| --- a/runtime/vm/isolate.cc |
| +++ b/runtime/vm/isolate.cc |
| @@ -723,7 +723,7 @@ void Isolate::Shutdown() { |
| } |
| // Write out profiler data if requested. |
| - Profiler::WriteTracing(this); |
| + Profiler::WriteSamples(this); |
| // Write out the coverage data if collection has been enabled. |
| CodeCoverage::Write(this); |