Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2344)

Unified Diff: webkit/appcache/appcache_service.cc

Issue 215024: Fix appcache_service and request_context referencing. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« webkit/appcache/appcache_service.h ('K') | « webkit/appcache/appcache_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« webkit/appcache/appcache_service.h ('K') | « webkit/appcache/appcache_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698