Chromium Code Reviews| Index: webkit/appcache/appcache_service.cc |
| =================================================================== |
| --- webkit/appcache/appcache_service.cc (revision 26601) |
| +++ webkit/appcache/appcache_service.cc (working copy) |
| @@ -15,7 +15,8 @@ |
| AppCacheService::AppCacheService() |
| : last_cache_id_(0), last_group_id_(0), |
| - last_entry_id_(0), last_response_id_(0) { |
| + last_entry_id_(0), last_response_id_(0), |
| + request_context_(NULL) { |
| } |
| AppCacheService::~AppCacheService() { |