projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
192014c
)
Fix crash when opening multiple pages at the same time.
author
Cheng Zhao
<zcbenz@gmail.com>
Fri, 31 Jan 2014 07:09:13 +0000
(15:09 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Fri, 31 Jan 2014 07:09:13 +0000
(15:09 +0800)
browser/atom_browser_client.cc
patch
|
blob
|
history
diff --git
a/browser/atom_browser_client.cc
b/browser/atom_browser_client.cc
index 2f43c2b01808235a27e11f882557d7602220e5ea..512d1f58661b3bb9da2e9a573628fd54fb63d9fb 100644
(file)
--- a/
browser/atom_browser_client.cc
+++ b/
browser/atom_browser_client.cc
@@
-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(