2019-07-16 13:59:21 -04:00
|
|
|
diff --git content/browser/scheduler/browser_task_executor.cc content/browser/scheduler/browser_task_executor.cc
|
2024-09-27 14:15:44 +00:00
|
|
|
index 9572bef1de74f..8d67dc7ceca2e 100644
|
2019-07-16 13:59:21 -04:00
|
|
|
--- content/browser/scheduler/browser_task_executor.cc
|
|
|
|
+++ content/browser/scheduler/browser_task_executor.cc
|
2023-10-19 14:08:48 -04:00
|
|
|
@@ -209,7 +209,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_);
|