Chromium Code Reviews| Index: src/api.cc |
| =================================================================== |
| --- src/api.cc (revision 3008) |
| +++ src/api.cc (working copy) |
| @@ -107,6 +107,7 @@ |
| static void DefaultFatalErrorHandler(const char* location, |
| const char* message) { |
| + printf("%s: %s\n", location, message); |
|
antonm
2009/10/02 12:53:33
is it a reminder of debugging or intended change?
Erik Corry
2009/10/02 13:09:24
I guess it's a remainder of debugging. It certain
|
| ENTER_V8; |
| API_Fatal(location, message); |
| } |