diff options
Diffstat (limited to 'chrome/browser/views/frame/browser_view.cc')
-rw-r--r-- | chrome/browser/views/frame/browser_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/frame/browser_view.cc b/chrome/browser/views/frame/browser_view.cc index 2505ff8..2cd0823 100644 --- a/chrome/browser/views/frame/browser_view.cc +++ b/chrome/browser/views/frame/browser_view.cc @@ -769,10 +769,10 @@ void BrowserView::ShowReportBugDialog() { BugReportView* bug_report_view = new BugReportView(browser_->profile(), current_tab); - if (current_tab->controller()->GetLastCommittedEntry()) { + if (current_tab->controller().GetLastCommittedEntry()) { // URL for the current page bug_report_view->SetUrl( - current_tab->controller()->GetActiveEntry()->url()); + current_tab->controller().GetActiveEntry()->url()); } // retrieve the application version info |