commit | 91f1d419f7cb11be2f8b6bc64109aba0b0412072 | [log] [tgz] |
---|---|---|
author | olka <[email protected]> | Mon Nov 21 15:24:53 2016 |
committer | Commit bot <[email protected]> | Mon Nov 21 15:28:23 2016 |
tree | 794ed7e836a9c6f6bb7624cbf15898bfcde5ae04 | |
parent | 9fcd6e102e82fa2bd46629dcb0b7824b46158b89 [diff] [blame] |
Return after reposting BrowserChildProcessHostImpl::OnMojoError() on the right thread BUG=667280 Review-Url: https://codereview.chromium.org/2522453002 Cr-Commit-Position: refs/heads/master@{#433546}
diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc index c9111f1..c786b11 100644 --- a/content/browser/browser_child_process_host_impl.cc +++ b/content/browser/browser_child_process_host_impl.cc
@@ -585,6 +585,7 @@ task_runner->PostTask( FROM_HERE, base::Bind(&BrowserChildProcessHostImpl::OnMojoError, process, task_runner, error)); + return; } if (!process) return;