| Index: content/browser/web_contents/render_view_host_manager.cc
|
| diff --git a/content/browser/web_contents/render_view_host_manager.cc b/content/browser/web_contents/render_view_host_manager.cc
|
| index 66d8244086cc2897e9f56166e7d9027b4a3bb1d8..e6a548f7f102c6135b4f6606caa332f5d4ce7750 100644
|
| --- a/content/browser/web_contents/render_view_host_manager.cc
|
| +++ b/content/browser/web_contents/render_view_host_manager.cc
|
| @@ -734,7 +734,7 @@ void RenderViewHostManager::CommitPending() {
|
| render_view_host_->GetProcess()->RemovePendingView();
|
|
|
| // If the view is gone, then this RenderViewHost died while it was hidden.
|
| - // We ignored the RenderViewGone call at the time, so we should send it now
|
| + // We ignored the RenderProcessGone call at the time, so we should send it now
|
| // to make sure the sad tab shows up, etc.
|
| if (render_view_host_->GetView())
|
| render_view_host_->GetView()->Show();
|
|
|