| Index: chrome/browser/debugger/debugger_view.cc
|
| ===================================================================
|
| --- chrome/browser/debugger/debugger_view.cc (revision 13136)
|
| +++ chrome/browser/debugger/debugger_view.cc (working copy)
|
| @@ -97,7 +97,7 @@
|
| // We can't create the WebContents until we've actually been put into a real
|
| // view hierarchy somewhere.
|
| Profile* profile = BrowserList::GetLastActive()->profile();
|
| - web_contents_ = new WebContents(profile, NULL, NULL, MSG_ROUTING_NONE, NULL);
|
| + web_contents_ = new WebContents(profile, NULL, MSG_ROUTING_NONE, NULL);
|
|
|
| web_contents_->SetupController(profile);
|
| web_contents_->set_delegate(this);
|
|
|