Index: chrome/browser/views/dom_view.cc |
=================================================================== |
--- chrome/browser/views/dom_view.cc (revision 13136) |
+++ chrome/browser/views/dom_view.cc (working copy) |
@@ -23,8 +23,7 @@ |
return true; |
initialized_ = true; |
- web_contents_ = new WebContents(profile, instance, NULL, |
- MSG_ROUTING_NONE, NULL); |
+ web_contents_ = new WebContents(profile, instance, MSG_ROUTING_NONE, NULL); |
views::HWNDView::Attach(web_contents_->GetNativeView()); |
web_contents_->SetupController(profile); |
return true; |