Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index f28608c07306d8cee9e07e503fe28e70125663c2..e40e44ee495b7ea7229a1d5d4e69b0419dbf0aff 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1972,11 +1972,12 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_ImeCancelComposition) |
// WebKit and JavaScript error messages to log to the console |
// or debugger UI. |
-IPC_MESSAGE_ROUTED4(ViewHostMsg_AddMessageToConsole, |
+IPC_MESSAGE_ROUTED5(ViewHostMsg_AddMessageToConsole, |
int32, /* log level */ |
string16, /* msg */ |
int32, /* line number */ |
- string16 /* source id */) |
+ string16, /* source id */ |
+ string16 /* stack trace, possibly empty */) |
// Sent by the renderer process to indicate that a plugin instance has crashed. |
// Note: |plugin_pid| should not be trusted. The corresponding process has |