summaryrefslogtreecommitdiff
path: root/chromium/content/shell
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/shell')
-rw-r--r--chromium/content/shell/shell.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/shell/shell.cc b/chromium/content/shell/shell.cc
index 93f13bf94d4..0fadcf8d416 100644
--- a/chromium/content/shell/shell.cc
+++ b/chromium/content/shell/shell.cc
@@ -306,7 +306,7 @@ void Shell::WebContentsCreated(WebContents* source_contents,
}
void Shell::DidNavigateMainFramePostCommit(WebContents* web_contents) {
- PlatformSetAddressBarURL(web_contents->GetLastCommittedURL());
+ PlatformSetAddressBarURL(web_contents->GetURL());
}
JavaScriptDialogManager* Shell::GetJavaScriptDialogManager() {