Index: webkit/appcache/appcache_update_job.cc |
diff --git a/webkit/appcache/appcache_update_job.cc b/webkit/appcache/appcache_update_job.cc |
index 04aaa3833bbeee0a47d057f50c165cf1bede76d5..0aa5b2ff96336d971cf07b7672011cacd55a4dd5 100644 |
--- a/webkit/appcache/appcache_update_job.cc |
+++ b/webkit/appcache/appcache_update_job.cc |
@@ -98,8 +98,7 @@ AppCacheUpdateJob::URLFetcher::URLFetcher( |
fetch_type_(fetch_type), |
retry_503_attempts_(0), |
buffer_(new net::IOBuffer(kBufferSize)), |
- ALLOW_THIS_IN_INITIALIZER_LIST(request_( |
- job->service_->request_context()->CreateRequest(url, this))) { |
+ request_(job->service_->request_context()->CreateRequest(url, this)) { |
} |
AppCacheUpdateJob::URLFetcher::~URLFetcher() { |