Fix crash when opening multiple pages at the same time.

This commit is contained in:
Cheng Zhao 2014-01-31 15:09:13 +08:00
parent 192014cc3f
commit bd51a4c8cf

View file

@ -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(