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

Unified Diff: chrome/browser/views/dom_view.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
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/dom_view.cc
diff --git a/chrome/browser/views/dom_view.cc b/chrome/browser/views/dom_view.cc
index 9c422013ba2769fb0bdca81361884bb17bc89b4a..a4cc19af2b80485a088d903a03d5cf589cc5eb6a 100644
--- a/chrome/browser/views/dom_view.cc
+++ b/chrome/browser/views/dom_view.cc
@@ -31,7 +31,7 @@ bool DOMView::Init(Profile* profile, SiteInstance* instance) {
TabContents* DOMView::CreateTabContents(Profile* profile,
SiteInstance* instance) {
- return new TabContents(profile, instance, MSG_ROUTING_NONE, NULL);
+ return new TabContents(profile, instance, MSG_ROUTING_NONE, NULL, NULL);
}
void DOMView::LoadURL(const GURL& url) {
« no previous file with comments | « chrome/browser/tabs/tab_strip_model_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698