Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 3389374b77fc45266ae3ebc546e7d2e5fc7f015d..e39748c2646adfb99a72617504e7432c401ffa53 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1617,9 +1617,9 @@ void RenderProcessHostImpl::ProcessDied(bool already_dead) { |
IDMap<IPC::Listener>::iterator iter(&listeners_); |
while (!iter.IsAtEnd()) { |
iter.GetCurrentValue()->OnMessageReceived( |
- ViewHostMsg_RenderViewGone(iter.GetCurrentKey(), |
- static_cast<int>(status), |
- exit_code)); |
+ ViewHostMsg_RenderProcessGone(iter.GetCurrentKey(), |
+ static_cast<int>(status), |
+ exit_code)); |
iter.Advance(); |
} |