| Index: content/browser/debugger/devtools_http_handler_impl.cc
|
| ===================================================================
|
| --- content/browser/debugger/devtools_http_handler_impl.cc (revision 115228)
|
| +++ content/browser/debugger/devtools_http_handler_impl.cc (working copy)
|
| @@ -282,7 +282,7 @@
|
| it != inspectable_tabs.end(); ++it) {
|
|
|
| TabContents* tab_contents = *it;
|
| - NavigationController& controller = tab_contents->controller();
|
| + NavigationController& controller = tab_contents->GetController();
|
|
|
| NavigationEntry* entry = controller.GetActiveEntry();
|
| if (entry == NULL || !entry->url().is_valid())
|
|
|