| Index: content/browser/debugger/devtools_manager.cc
|
| ===================================================================
|
| --- content/browser/debugger/devtools_manager.cc (revision 94334)
|
| +++ content/browser/debugger/devtools_manager.cc (working copy)
|
| @@ -122,8 +122,7 @@
|
|
|
| NotificationService::current()->Notify(
|
| content::NOTIFICATION_DEVTOOLS_WINDOW_CLOSING,
|
| - Source<content::BrowserContext>(
|
| - inspected_rvh->site_instance()->GetProcess()->browser_context()),
|
| + Source<Profile>(inspected_rvh->site_instance()->GetProcess()->profile()),
|
| Details<RenderViewHost>(inspected_rvh));
|
|
|
| UnbindClientHost(inspected_rvh, host);
|
|
|