summaryrefslogtreecommitdiffstats
path: root/chrome/browser/fav_icon_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/fav_icon_helper.cc')
-rw-r--r--chrome/browser/fav_icon_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/fav_icon_helper.cc b/chrome/browser/fav_icon_helper.cc
index 3b23e3b..a3c3fcc 100644
--- a/chrome/browser/fav_icon_helper.cc
+++ b/chrome/browser/fav_icon_helper.cc
@@ -129,7 +129,7 @@ void FavIconHelper::UpdateFavIcon(NavigationEntry* entry,
}
NavigationEntry* FavIconHelper::GetEntry() {
- NavigationEntry* entry = web_contents_->controller()->GetActiveEntry();
+ NavigationEntry* entry = web_contents_->controller().GetActiveEntry();
if (entry && entry->url() == url_ &&
web_contents_->IsActiveEntry(entry->page_id())) {
return entry;