Index: content/browser/tab_contents/tab_contents.cc |
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc |
index 34d068d9764c8227b69c35f53aa5f74a19a966f4..29ee18cbbf69011709616ec98287a8e0d9af3d87 100644 |
--- a/content/browser/tab_contents/tab_contents.cc |
+++ b/content/browser/tab_contents/tab_contents.cc |
@@ -1487,7 +1487,9 @@ void TabContents::RenderViewGone(RenderViewHost* rvh, |
SetIsCrashed(status, error_code); |
view()->OnTabCrashed(crashed_status(), crashed_error_code()); |
- FOR_EACH_OBSERVER(TabContentsObserver, observers_, RenderViewGone()); |
+ FOR_EACH_OBSERVER(TabContentsObserver, |
+ observers_, |
+ RenderViewGone(crashed_status())); |
} |
void TabContents::RenderViewDeleted(RenderViewHost* rvh) { |