| Index: webkit/appcache/appcache_update_job.cc
|
| diff --git a/webkit/appcache/appcache_update_job.cc b/webkit/appcache/appcache_update_job.cc
|
| index bd8ddc8ca3a91ff57b089673fb4c84fbaa8e93b5..5050dd693c4614df358f0651e2d49274382007a0 100644
|
| --- a/webkit/appcache/appcache_update_job.cc
|
| +++ b/webkit/appcache/appcache_update_job.cc
|
| @@ -109,6 +109,7 @@ void AppCacheUpdateJob::URLFetcher::Start() {
|
| net::LOAD_DISABLE_INTERCEPT);
|
| if (existing_response_headers_)
|
| AddConditionalHeaders(existing_response_headers_);
|
| + job_->service_->InitializeUpdateRequest(request_.get());
|
| request_->Start();
|
| }
|
|
|
|
|