mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Create 2272 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@1993 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
22
patch/patches/render_process_host_1429.patch
Normal file
22
patch/patches/render_process_host_1429.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff --git render_process_host_impl.cc render_process_host_impl.cc
|
||||
index c01b1e9..bf2a9e1 100644
|
||||
--- render_process_host_impl.cc
|
||||
+++ render_process_host_impl.cc
|
||||
@@ -2047,6 +2047,8 @@ void RenderProcessHostImpl::ProcessDied(bool already_dead) {
|
||||
#endif
|
||||
RemoveUserData(kSessionStorageHolderKey);
|
||||
|
||||
+ mojo_application_host_.reset(new MojoApplicationHost);
|
||||
+
|
||||
IDMap<IPC::Listener>::iterator iter(&listeners_);
|
||||
while (!iter.IsAtEnd()) {
|
||||
iter.GetCurrentValue()->OnMessageReceived(
|
||||
@@ -2056,8 +2058,6 @@ void RenderProcessHostImpl::ProcessDied(bool already_dead) {
|
||||
iter.Advance();
|
||||
}
|
||||
|
||||
- mojo_application_host_.reset(new MojoApplicationHost);
|
||||
-
|
||||
// It's possible that one of the calls out to the observers might have caused
|
||||
// this object to be no longer needed.
|
||||
if (delayed_cleanup_needed_)
|
Reference in New Issue
Block a user