author | Honza Bambas <honzab.moz@firemni.cz> |
Fri, 13 Feb 2015 07:59:00 -0500 | |
changeset 229126 | db8257416bff4cbf78f91a4f1ee1b82072eafadb |
parent 229125 | 4a61c39218431767244c112f1dff0d62a589bfe6 |
child 229127 | 5c8a20b982fb8cb32b742df4244312bfa51faa3b |
push id | 28282 |
push user | cbook@mozilla.com |
push date | Mon, 16 Feb 2015 15:06:35 +0000 |
treeherder | mozilla-central@09f4968d5f42 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | michal |
bugs | 1132109 |
milestone | 38.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/netwerk/cache2/CacheEntry.h +++ b/netwerk/cache2/CacheEntry.h @@ -108,17 +108,17 @@ public: static nsresult HashingKey(nsCSubstring const& aStorageID, nsCSubstring const& aEnhanceID, nsCSubstring const& aURISpec, nsACString &aResult); // Accessed only on the service management thread double mFrecency; - uint32_t mSortingExpirationTime; + ::mozilla::Atomic<uint32_t, ::mozilla::Relaxed> mSortingExpirationTime; // Memory reporting size_t SizeOfExcludingThis(mozilla::MallocSizeOf mallocSizeOf) const; size_t SizeOfIncludingThis(mozilla::MallocSizeOf mallocSizeOf) const; private: virtual ~CacheEntry();