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

Unified Diff: webkit/appcache/appcache_update_job.h

Issue 10207020: Workaround for a crashing appcache bug seen on the crash servers (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
Index: webkit/appcache/appcache_update_job.h
===================================================================
--- webkit/appcache/appcache_update_job.h (revision 134562)
+++ webkit/appcache/appcache_update_job.h (working copy)
@@ -235,8 +235,8 @@
bool IsTerminating() { return internal_state_ >= REFETCH_MANIFEST ||
stored_state_ != UNSTORED; }
- GURL manifest_url_; // here for easier access
AppCacheService* service_;
+ const GURL manifest_url_; // here for easier access
scoped_refptr<AppCache> inprogress_cache_;

Powered by Google App Engine
This is Rietveld 408576698