Index: content/shell/shell_browser_main_parts.cc |
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc |
index 25e500ffd9d378ea352503a1e103b69d7f599ad9..72faa6ca404dcff46a8276e1e91ec3e671009d1e 100644 |
--- a/content/shell/shell_browser_main_parts.cc |
+++ b/content/shell/shell_browser_main_parts.cc |
@@ -127,7 +127,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() { |
} |
} |
#endif |
- devtools_delegate_ = new ShellDevToolsDelegate(port); |
+ devtools_delegate_ = new ShellDevToolsDelegate(browser_context_.get(), port); |
if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) { |
Shell::CreateNewWindow(browser_context_.get(), |