Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(989)

Unified Diff: chrome/browser/gtk/html_dialog_gtk.cc

Issue 3325012: Fix SessionStorage (Closed)
Patch Set: kill the last (new) dcheck Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/external_tab_container_win.cc ('k') | chrome/browser/in_process_webkit/session_storage_namespace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698