Chromium Code Reviews| Index: chrome/browser/ui/browser.cc |
| =================================================================== |
| --- chrome/browser/ui/browser.cc (revision 116331) |
| +++ chrome/browser/ui/browser.cc (working copy) |
| @@ -3393,7 +3393,7 @@ |
| } |
| content::DevToolsManager::GetInstance()->TabReplaced( |
| - old_contents->tab_contents(), new_contents->tab_contents()); |
| + old_contents->web_contents(), new_contents->tab_contents()); |
| } |
| void Browser::TabPinnedStateChanged(TabContentsWrapper* contents, int index) { |