2019-07-16 19:59:21 +02:00
|
|
|
diff --git content/browser/scheduler/browser_task_executor.cc content/browser/scheduler/browser_task_executor.cc
|
2022-09-26 21:30:45 +02:00
|
|
|
index c495691fe78a2..7452b3b63b79d 100644
|
2019-07-16 19:59:21 +02:00
|
|
|
--- content/browser/scheduler/browser_task_executor.cc
|
|
|
|
+++ content/browser/scheduler/browser_task_executor.cc
|
2022-07-21 19:26:10 +02:00
|
|
|
@@ -285,7 +285,7 @@ BrowserTaskExecutor::OnUserInputStart() {
|
2019-07-16 19:59:21 +02:00
|
|
|
|
|
|
|
// static
|
|
|
|
void BrowserTaskExecutor::Shutdown() {
|
|
|
|
- if (!g_browser_task_executor)
|
2019-11-12 17:11:44 +01:00
|
|
|
+ if (!g_browser_task_executor || !g_browser_task_executor->ui_thread_executor_)
|
2019-07-16 19:59:21 +02:00
|
|
|
return;
|
|
|
|
|
2020-10-08 21:54:42 +02:00
|
|
|
DCHECK(Get()->ui_thread_executor_);
|