Index: chrome/browser/tab_contents/match_preview.cc |
diff --git a/chrome/browser/tab_contents/match_preview.cc b/chrome/browser/tab_contents/match_preview.cc |
index 0b742dbed64d6243f0a74ff157a36188485790cd..709a58281413be36851fe7834313da060a795e44 100644 |
--- a/chrome/browser/tab_contents/match_preview.cc |
+++ b/chrome/browser/tab_contents/match_preview.cc |
@@ -166,7 +166,7 @@ void MatchPreview::Update(const GURL& url) { |
if (!preview_contents_.get()) { |
preview_contents_.reset( |
- new TabContents(host_->profile(), NULL, MSG_ROUTING_NONE, NULL)); |
+ new TabContents(host_->profile(), NULL, MSG_ROUTING_NONE, NULL, NULL)); |
preview_contents_->set_delegate(delegate_.get()); |
NotificationService::current()->Notify( |
NotificationType::MATCH_PREVIEW_TAB_CONTENTS_CREATED, |