summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/dom_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/dom_view.cc')
-rw-r--r--chrome/browser/views/dom_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/dom_view.cc b/chrome/browser/views/dom_view.cc
index 9c42201..a4cc19a 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) {