Index: chrome/browser/ui/views/sad_tab_view.cc |
=================================================================== |
--- chrome/browser/ui/views/sad_tab_view.cc (revision 151481) |
+++ chrome/browser/ui/views/sad_tab_view.cc (working copy) |
@@ -122,8 +122,7 @@ |
web_contents_->OpenURL(params); |
} else if (source == feedback_link_) { |
chrome::ShowFeedbackPage( |
- browser::FindBrowserForController(&web_contents_->GetController(), |
- NULL), |
+ browser::FindBrowserWithWebContents(web_contents_), |
l10n_util::GetStringUTF8(IDS_KILLED_TAB_FEEDBACK_MESSAGE), |
std::string(kCategoryTagCrash)); |
} |