Chromium Code Reviews| 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..430c20718cbfd6fff3295b59972be34960816521 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.cc |
| +++ b/content/browser/renderer_host/render_process_host_impl.cc |
| @@ -1617,7 +1617,7 @@ void RenderProcessHostImpl::ProcessDied(bool already_dead) { |
| IDMap<IPC::Listener>::iterator iter(&listeners_); |
| while (!iter.IsAtEnd()) { |
| iter.GetCurrentValue()->OnMessageReceived( |
| - ViewHostMsg_RenderViewGone(iter.GetCurrentKey(), |
| + ViewHostMsg_RenderProcessGone(iter.GetCurrentKey(), |
| static_cast<int>(status), |
|
palmer
2013/07/09 17:47:15
Nit: Whitespace.
nasko
2013/07/09 19:12:48
Done.
|
| exit_code)); |
| iter.Advance(); |