Chromium Code Reviews| Index: dart/runtime/vm/isolate.cc | 
| =================================================================== | 
| --- dart/runtime/vm/isolate.cc (revision 31530) | 
| +++ dart/runtime/vm/isolate.cc (working copy) | 
| @@ -723,7 +723,7 @@ | 
| } | 
| // Write out profiler data if requested. | 
| - Profiler::WriteTracing(this); | 
| + Profiler::WriteProfile(this); | 
| // Write out the coverage data if collection has been enabled. | 
| CodeCoverage::Write(this); |