Bug 1133739 - HTTP cache v2: Add telemetry probes to find out the best initial read size of the metadata (fixed missing initialization of mFirstRead in one constructor), r=jseward

This commit is contained in:
Michal Novotny 2015-02-25 17:46:51 +01:00
parent c2280b978d
commit 0a80f3730f

View File

@ -34,6 +34,7 @@ NS_IMPL_ISUPPORTS(CacheFileMetadata, CacheFileIOListener)
CacheFileMetadata::CacheFileMetadata(CacheFileHandle *aHandle, const nsACString &aKey)
: CacheMemoryConsumer(NORMAL)
, mHandle(aHandle)
, mFirstRead(true)
, mHashArray(nullptr)
, mHashArraySize(0)
, mHashCount(0)