2019-07-16 13:59:21 -04:00
|
|
|
diff --git content/browser/scheduler/browser_task_executor.cc content/browser/scheduler/browser_task_executor.cc
|
2023-06-26 13:13:38 +03:00
|
|
|
index 0e9aa441e3298..d22508fe1965f 100644
|
2019-07-16 13:59:21 -04:00
|
|
|
--- content/browser/scheduler/browser_task_executor.cc
|
|
|
|
+++ content/browser/scheduler/browser_task_executor.cc
|
2023-06-26 13:13:38 +03:00
|
|
|
@@ -208,7 +208,7 @@ BrowserTaskExecutor::OnUserInputStart() {
|
2019-07-16 13:59:21 -04:00
|
|
|
|
|
|
|
// static
|
|
|
|
void BrowserTaskExecutor::Shutdown() {
|
|
|
|
- if (!g_browser_task_executor)
|
2019-11-12 11:11:44 -05:00
|
|
|
+ if (!g_browser_task_executor || !g_browser_task_executor->ui_thread_executor_)
|
2019-07-16 13:59:21 -04:00
|
|
|
return;
|
|
|
|
|
2020-10-08 15:54:42 -04:00
|
|
|
DCHECK(Get()->ui_thread_executor_);
|