Fix crash when opening multiple pages at the same time.
This commit is contained in:
parent
192014cc3f
commit
bd51a4c8cf
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ void AtomBrowserClient::AppendExtraCommandLineSwitches(
|
|||
if (window != NULL)
|
||||
command_line->AppendSwitchASCII(switches::kNodeIntegration,
|
||||
window->node_integration());
|
||||
|
||||
dying_render_process_ = NULL;
|
||||
}
|
||||
|
||||
brightray::BrowserMainParts* AtomBrowserClient::OverrideCreateBrowserMainParts(
|
||||
|
|
Loading…
Add table
Reference in a new issue