Chromium Code Reviews| Index: runtime/bin/dbg_connection.h |
| =================================================================== |
| --- runtime/bin/dbg_connection.h (revision 7522) |
| +++ runtime/bin/dbg_connection.h (working copy) |
| @@ -50,7 +50,7 @@ |
| static void HandleGetLibraryURLsCmd(const char* json_msg); |
| static void HandleGetScriptURLsCmd(const char* json_msg); |
| - static void SendError(int msg_id, const char* format, ...); |
| + static void SendError(int msg_id, const char* err_msg); |
| static bool handler_started_; |