| Index: chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc
|
| diff --git a/chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc b/chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc
|
| index ac3b8d6a7dde67c8204bffe937cbe49182af408e..fc24f0348fb185e7645eed8c2848f311e2839fc9 100644
|
| --- a/chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc
|
| +++ b/chrome/browser/ui/blocked_content/blocked_content_tab_helper.cc
|
| @@ -80,8 +80,7 @@ void BlockedContentTabHelper::AddPopup(TabContentsWrapper* new_contents,
|
| // entry is the page to be loaded as we navigate away from the unloading
|
| // page. For this reason, we can't use GetURL() to get the opener URL,
|
| // because it returns the active entry.
|
| - NavigationEntry* entry =
|
| - tab_contents()->GetController().GetLastCommittedEntry();
|
| + NavigationEntry* entry = tab_contents()->controller().GetLastCommittedEntry();
|
| GURL creator = entry ? entry->virtual_url() : GURL::EmptyGURL();
|
| Profile* profile =
|
| Profile::FromBrowserContext(tab_contents()->browser_context());
|
|
|