| Index: chrome/browser/ui/fast_unload_controller.cc
|
| diff --git a/chrome/browser/ui/fast_unload_controller.cc b/chrome/browser/ui/fast_unload_controller.cc
|
| index 8929457b087a01d392a79fe376d064435b9fb09d..0a669ef25fec0847058cfa5168488d5bf8d1d81a 100644
|
| --- a/chrome/browser/ui/fast_unload_controller.cc
|
| +++ b/chrome/browser/ui/fast_unload_controller.cc
|
| @@ -422,7 +422,7 @@ void FastUnloadController::ProcessPendingTabs() {
|
| CoreTabHelper::FromWebContents(contents);
|
| core_tab_helper->OnUnloadStarted();
|
| DetachWebContents(contents);
|
| - contents->GetRenderViewHost()->ClosePage();
|
| + contents->ClosePage();
|
| }
|
| }
|
|
|
|
|