Chromium Code Reviews| Index: runtime/bin/gen_snapshot.cc |
| =================================================================== |
| --- runtime/bin/gen_snapshot.cc (revision 31420) |
| +++ 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); \ |