mirror of
https://github.com/openharmony/third_party_cef.git
synced 2026-07-20 20:15:43 -04:00
c830a900c6
Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com>
14 lines
549 B
Diff
14 lines
549 B
Diff
diff --git content/browser/scheduler/browser_task_executor.cc content/browser/scheduler/browser_task_executor.cc
|
|
index b23609c41a5d8..7d5f58d3ae197 100644
|
|
--- content/browser/scheduler/browser_task_executor.cc
|
|
+++ content/browser/scheduler/browser_task_executor.cc
|
|
@@ -309,7 +309,7 @@ BrowserTaskExecutor::OnUserInputStart() {
|
|
|
|
// static
|
|
void BrowserTaskExecutor::Shutdown() {
|
|
- if (!g_browser_task_executor)
|
|
+ if (!g_browser_task_executor || !g_browser_task_executor->ui_thread_executor_)
|
|
return;
|
|
|
|
DCHECK(Get()->ui_thread_executor_);
|