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-04-21 20:58:48 +02:00
|
|
|
index 38d037f3b861f..b2af20324bd35 100644
|
2019-07-16 19:59:21 +02:00
|
|
|
--- content/browser/scheduler/browser_task_executor.cc
|
|
|
|
+++ content/browser/scheduler/browser_task_executor.cc
|
2022-04-21 20:58:48 +02:00
|
|
|
@@ -304,7 +304,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_);
|