| Index: content/browser/debugger/devtools_http_handler_impl.cc
|
| diff --git a/content/browser/debugger/devtools_http_handler_impl.cc b/content/browser/debugger/devtools_http_handler_impl.cc
|
| index 859ca0df9db8ba26a6767d69c712e35cefcc6b2d..63755e89fef0594525972ade8d2fcbce68df93f2 100644
|
| --- a/content/browser/debugger/devtools_http_handler_impl.cc
|
| +++ b/content/browser/debugger/devtools_http_handler_impl.cc
|
| @@ -281,7 +281,7 @@ static PageList GeneratePageList(
|
| it != inspectable_tabs.end(); ++it) {
|
|
|
| TabContents* tab_contents = *it;
|
| - NavigationController& controller = tab_contents->GetController();
|
| + NavigationController& controller = tab_contents->controller();
|
|
|
| NavigationEntry* entry = controller.GetActiveEntry();
|
| if (entry == NULL || !entry->url().is_valid())
|
|
|