| Index: chrome/browser/automation/automation_provider_win.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider_win.cc (revision 115228)
|
| +++ chrome/browser/automation/automation_provider_win.cc (working copy)
|
| @@ -207,7 +207,7 @@
|
|
|
| TabContents* tab_contents = external_tab->tab_contents();
|
| if (tab_contents) {
|
| - int tab_handle = tab_tracker_->Add(&tab_contents->controller());
|
| + int tab_handle = tab_tracker_->Add(&tab_contents->GetController());
|
| external_tab->SetTabHandle(tab_handle);
|
| return true;
|
| }
|
|
|