| Index: chrome/browser/debugger/browser_list_tabcontents_provider.cc
|
| ===================================================================
|
| --- chrome/browser/debugger/browser_list_tabcontents_provider.cc (revision 116331)
|
| +++ chrome/browser/debugger/browser_list_tabcontents_provider.cc (working copy)
|
| @@ -21,7 +21,7 @@
|
| end = BrowserList::end(); it != end; ++it) {
|
| TabStripModel* model = (*it)->tabstrip_model();
|
| for (int i = 0, size = model->count(); i < size; ++i)
|
| - tabs.push_back(model->GetTabContentsAt(i)->tab_contents());
|
| + tabs.push_back(model->GetTabContentsAt(i)->web_contents());
|
| }
|
| return tabs;
|
| }
|
|
|