| 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_;
|
|
|
|
|