Index: content/browser/utility_process_host.cc |
diff --git a/content/browser/utility_process_host.cc b/content/browser/utility_process_host.cc |
index 5f2e5a2dd28d22fb12ef789cc672e11e4f27708b..7daa8f255c86418357259d6efc95d02d8d05b7c0 100644 |
--- a/content/browser/utility_process_host.cc |
+++ b/content/browser/utility_process_host.cc |
@@ -53,6 +53,7 @@ UtilityProcessHost::UtilityProcessHost(Client* client, |
} |
UtilityProcessHost::~UtilityProcessHost() { |
+ DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
DCHECK(!is_batch_mode_); |
} |