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 d8d8ceacfe365b352415d2ad6cb3cd42ba8d69ad..221485054b28b236c8ee99777da60dcfa2b9fbad 100644 |
--- a/chrome/browser/ui/gtk/web_dialog_gtk.cc |
+++ b/chrome/browser/ui/gtk/web_dialog_gtk.cc |
@@ -205,7 +205,7 @@ void WebDialogGtk::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) { |
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 |