Chromium Code Reviews| Index: dart/runtime/bin/gen_snapshot.cc | 
| =================================================================== | 
| --- dart/runtime/bin/gen_snapshot.cc (revision 31530) | 
| +++ dart/runtime/bin/gen_snapshot.cc (working copy) | 
| @@ -25,7 +25,7 @@ | 
| #define CHECK_RESULT(result) \ | 
| if (Dart_IsError(result)) { \ | 
| free(snapshot_buffer); \ | 
| - Log::PrintErr("Error: %s", Dart_GetError(result)); \ | 
| + Log::PrintErr("Error: %s", Dart_GetError(result)); \ | 
| Dart_ExitScope(); \ | 
| Dart_ShutdownIsolate(); \ | 
| exit(255); \ |