| Index: chrome/browser/ui/browser_init.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser_init.cc (revision 116109)
|
| +++ chrome/browser/ui/browser_init.cc (working copy)
|
| @@ -1210,7 +1210,7 @@
|
| browser->window()->Show();
|
| // TODO(jcampan): http://crbug.com/8123 we should not need to set the initial
|
| // focus explicitly.
|
| - browser->GetSelectedTabContents()->GetView()->SetInitialFocus();
|
| + browser->GetSelectedWebContents()->GetView()->SetInitialFocus();
|
|
|
| return browser;
|
| }
|
|
|