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-01-25 21:26:51 +01:00
|
|
|
index b23609c41a5d8..7d5f58d3ae197 100644
|
2019-07-16 19:59:21 +02:00
|
|
|
--- content/browser/scheduler/browser_task_executor.cc
|
|
|
|
+++ content/browser/scheduler/browser_task_executor.cc
|
2022-01-25 21:26:51 +01:00
|
|
|
@@ -309,7 +309,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_);
|