bug 617123: workaround: bump cache version to clear corrupted imgs from cache. a=bustage

This commit is contained in:
Jason Duell 2010-12-10 14:03:39 -08:00
parent 0689c25a48
commit dabc82dc8e

View File

@ -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 };