| Index: content/browser/net/url_request_slow_http_job.cc
|
| diff --git a/content/browser/net/url_request_slow_http_job.cc b/content/browser/net/url_request_slow_http_job.cc
|
| index 398298f200d433077fd832d561223d3fa037c269..c53a153e6f8e0c16f8a0d969ed10f67cbdaf10f3 100644
|
| --- a/content/browser/net/url_request_slow_http_job.cc
|
| +++ b/content/browser/net/url_request_slow_http_job.cc
|
| @@ -51,7 +51,7 @@ URLRequestSlowHTTPJob::URLRequestSlowHTTPJob(net::URLRequest* request,
|
|
|
| void URLRequestSlowHTTPJob::Start() {
|
| delay_timer_.Start(TimeDelta::FromMilliseconds(kDelayMs), this,
|
| - &URLRequestSlowHTTPJob::RealStart);
|
| + &URLRequestSlowHTTPJob::RealStart, FROM_HERE);
|
| }
|
|
|
| URLRequestSlowHTTPJob::~URLRequestSlowHTTPJob() {
|
|
|