| Index: chrome/browser/ui/gtk/web_dialog_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/web_dialog_gtk.cc b/chrome/browser/ui/gtk/web_dialog_gtk.cc
|
| index 428ae97e14170d00d573e7f224661bbfe33e55b5..409c35e0618f5ce6f9b8a03ca2ed3ff50068022e 100644
|
| --- a/chrome/browser/ui/gtk/web_dialog_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/web_dialog_gtk.cc
|
| @@ -206,7 +206,7 @@ void WebDialogGtk::HandleKeyboardEvent(content::WebContents* source,
|
|
|
| gfx::NativeWindow WebDialogGtk::InitDialog() {
|
| tab_.reset(new TabContents(WebContents::Create(
|
| - browser_context(), NULL, MSG_ROUTING_NONE, NULL, NULL)));
|
| + browser_context(), NULL, MSG_ROUTING_NONE, NULL)));
|
| tab_->web_contents()->SetDelegate(this);
|
|
|
| // This must be done before loading the page; see the comments in
|
|
|