| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| index 5f52343aaee81b9b36ac9a5bfa87305b740914d7..ff7ce924c9a80f0e8fdf0de35b5c03d4e05c2c80 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| @@ -519,7 +519,7 @@ void TabContentsViewMac::CloseTab() {
|
|
|
| - (void)renderWidgetHostWasResized {
|
| TabContents* tabContents = [self tabContents];
|
| - if (tabContents->render_view_host())
|
| + if (tabContents && tabContents->render_view_host())
|
| tabContents->render_view_host()->WasResized();
|
| }
|
|
|
|
|