| Index: chrome/browser/ui/webui/inspect_ui.cc
|
| diff --git a/chrome/browser/ui/webui/inspect_ui.cc b/chrome/browser/ui/webui/inspect_ui.cc
|
| index 5f52409f5ed367698e63e3637a6135e774a75ec2..f6cfefbcf5c894fdc1d519a15c0e9600de9fdf4e 100644
|
| --- a/chrome/browser/ui/webui/inspect_ui.cc
|
| +++ b/chrome/browser/ui/webui/inspect_ui.cc
|
| @@ -163,7 +163,7 @@ DictionaryValue* BuildTargetDescriptor(RenderViewHost* rvh, bool is_tab) {
|
| url = web_contents->GetURL();
|
| title = UTF16ToUTF8(web_contents->GetTitle());
|
| content::NavigationController& controller = web_contents->GetController();
|
| - content::NavigationEntry* entry = controller.GetActiveEntry();
|
| + content::NavigationEntry* entry = controller.GetVisibleEntry();
|
| if (entry != NULL && entry->GetURL().is_valid())
|
| favicon_url = entry->GetFavicon().url;
|
|
|
|
|