Index: chrome/browser/gtk/html_dialog_gtk.cc |
diff --git a/chrome/browser/gtk/html_dialog_gtk.cc b/chrome/browser/gtk/html_dialog_gtk.cc |
index 1df0df45ba27b9793e66e92aa0bc2bd782f97c72..3c9d1fb546c28c2720e186a78a8b81f80f6d03df 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 |