Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 3842e88b139f06ea50223400abc9499d74ca93d7..3c2481dbf06afca4ecb82d7d80dcd0764b8d74f6 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -2886,7 +2886,7 @@ void WebContentsImpl::RenderViewTerminated(RenderViewHost* rvh, |
FOR_EACH_OBSERVER(WebContentsObserver, |
observers_, |
- RenderViewGone(GetCrashedStatus())); |
+ RenderProcessGone(GetCrashedStatus())); |
} |
void WebContentsImpl::RenderViewDeleted(RenderViewHost* rvh) { |