| Index: net/url_request/url_request_context.cc
|
| diff --git a/net/url_request/url_request_context.cc b/net/url_request/url_request_context.cc
|
| index 42bcc899f06335addb72b43c43b1e6d9286143d4..21a3e2dda0233df838a2caa1eb44d7dc69566c8e 100644
|
| --- a/net/url_request/url_request_context.cc
|
| +++ b/net/url_request/url_request_context.cc
|
| @@ -113,8 +113,8 @@ void URLRequestContext::AssertNoURLRequests() const {
|
| base::debug::Alias(url_buf);
|
| base::debug::Alias(&num_requests);
|
| base::debug::Alias(&load_flags);
|
| - CHECK(false) << "Leaked " << num_requests << " URLRequest(s). First URL: "
|
| - << request->url().spec().c_str() << ".";
|
| + LOG(FATAL) << "Leaked " << num_requests
|
| + << " URLRequest(s). First URL: " << request->url().spec() << ".";
|
| }
|
| }
|
|
|
|
|