mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
bug 617123: workaround: bump cache version to clear corrupted imgs from cache. a=bustage
This commit is contained in:
parent
0689c25a48
commit
dabc82dc8e
2
netwerk/cache/nsDiskCache.h
vendored
2
netwerk/cache/nsDiskCache.h
vendored
@ -53,7 +53,7 @@
|
||||
class nsDiskCache {
|
||||
public:
|
||||
enum {
|
||||
kCurrentVersion = 0x00010011 // format = 16 bits major version/16 bits minor version
|
||||
kCurrentVersion = 0x00010012 // format = 16 bits major version/16 bits minor version
|
||||
};
|
||||
|
||||
enum { kData, kMetaData };
|
||||
|
Loading…
Reference in New Issue
Block a user