summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/html_dialog_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/html_dialog_gtk.cc')
-rw-r--r--chrome/browser/gtk/html_dialog_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/gtk/html_dialog_gtk.cc b/chrome/browser/gtk/html_dialog_gtk.cc
index 1df0df4..3c9d1fb 100644
--- a/chrome/browser/gtk/html_dialog_gtk.cc
+++ b/chrome/browser/gtk/html_dialog_gtk.cc
@@ -124,7 +124,7 @@ void HtmlDialogGtk::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {
void HtmlDialogGtk::InitDialog() {
tab_contents_.reset(
- new TabContents(profile(), NULL, MSG_ROUTING_NONE, NULL));
+ new TabContents(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL));
tab_contents_->set_delegate(this);
// This must be done before loading the page; see the comments in