| Index: chrome/browser/tab_contents/tab_util.cc
|
| diff --git a/chrome/browser/tab_contents/tab_util.cc b/chrome/browser/tab_contents/tab_util.cc
|
| index da91a1af99dfc29fa86084182e7cd551067a11ef..d3f9e2dddf5cc2dcd3e209e172c71026d5fd2eac 100644
|
| --- a/chrome/browser/tab_contents/tab_util.cc
|
| +++ b/chrome/browser/tab_contents/tab_util.cc
|
| @@ -26,7 +26,7 @@ content::WebContents* GetWebContentsByID(int render_process_id,
|
| if (!render_view_host)
|
| return NULL;
|
|
|
| - return render_view_host->delegate()->GetAsWebContents();
|
| + return render_view_host->GetDelegate()->GetAsWebContents();
|
| }
|
|
|
| SiteInstance* GetSiteInstanceForNewTab(WebContents* source_contents,
|
|
|