| Index: content/shell/shell.cc
|
| diff --git a/content/shell/shell.cc b/content/shell/shell.cc
|
| index 937637d7c505be67c541f7059efdce01c56bdc96..1f7b46e2918cfa8dce608f93bfd4603d35771363 100644
|
| --- a/content/shell/shell.cc
|
| +++ b/content/shell/shell.cc
|
| @@ -152,8 +152,8 @@ void Shell::WebContentsCreated(WebContents* source_contents,
|
| CreateShell(new_contents);
|
| }
|
|
|
| -void Shell::DidNavigateMainFramePostCommit(WebContents* tab) {
|
| - PlatformSetAddressBarURL(tab->GetURL());
|
| +void Shell::DidNavigateMainFramePostCommit(WebContents* web_contents) {
|
| + PlatformSetAddressBarURL(web_contents->GetURL());
|
| }
|
|
|
| JavaScriptDialogCreator* Shell::GetJavaScriptDialogCreator() {
|
|
|