Index: net/base/backoff_entry.cc |
diff --git a/net/base/backoff_entry.cc b/net/base/backoff_entry.cc |
index a77c5251c9e647bba85748d36a4cb4fe9664c9c6..bcf73bff7dab03fcc2d1d7e2ca16317487e3322d 100644 |
--- a/net/base/backoff_entry.cc |
+++ b/net/base/backoff_entry.cc |
@@ -28,7 +28,7 @@ BackoffEntry::BackoffEntry(const BackoffEntry::Policy* policy, |
BackoffEntry::~BackoffEntry() { |
// TODO(joi): Remove this once our clients (e.g. URLRequestThrottlerManager) |
// always destroy from the I/O thread. |
- DetachFromThread(); |
+ DETACH_FROM_THREAD(thread_checker_); |
mmenke
2017/05/31 19:28:08
Is this needed? thread_checker_ doesn't check on
gab
2017/05/31 20:46:36
Done.
|
} |
void BackoffEntry::InformOfRequest(bool succeeded) { |