Chromium Code Reviews| Index: runtime/bin/main.cc |
| =================================================================== |
| --- runtime/bin/main.cc (revision 20932) |
| +++ runtime/bin/main.cc (working copy) |
| @@ -751,9 +751,7 @@ |
| Dart_EnterScope(); |
| - if (vmstats_port >= 0) { |
| - VmStats::Start(vmstats_port, vmstats_root); |
| - } |
| + VmStats::Start(vmstats_port, vmstats_root); |
| if (generate_script_snapshot) { |
| // First create a snapshot. |