2019-07-16 13:59:21 -04:00
|
|
|
diff --git content/browser/scheduler/browser_task_executor.cc content/browser/scheduler/browser_task_executor.cc
|
2019-11-12 11:11:44 -05:00
|
|
|
index 4f786a1c21c7..2bbd7b0caf19 100644
|
2019-07-16 13:59:21 -04:00
|
|
|
--- content/browser/scheduler/browser_task_executor.cc
|
|
|
|
+++ content/browser/scheduler/browser_task_executor.cc
|
2019-11-12 11:11:44 -05:00
|
|
|
@@ -249,7 +249,7 @@ void BrowserTaskExecutor::PostFeatureListSetup() {
|
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;
|
|
|
|
|
2019-11-12 11:11:44 -05:00
|
|
|
DCHECK(g_browser_task_executor->ui_thread_executor_);
|