summaryrefslogtreecommitdiffstats
path: root/startupcache
diff options
context:
space:
mode:
Diffstat (limited to 'startupcache')
-rw-r--r--startupcache/StartupCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/startupcache/StartupCache.h b/startupcache/StartupCache.h
index 5894a1c9c9..93ddc217cf 100644
--- a/startupcache/StartupCache.h
+++ b/startupcache/StartupCache.h
@@ -244,7 +244,7 @@ class StartupCache : public nsIMemoryReporter {
nsTArray<decltype(mTable)> mOldTables MOZ_GUARDED_BY(mTableLock);
size_t mAllowedInvalidationsCount;
nsCOMPtr<nsIFile> mFile;
- loader::AutoMemMap mCacheData MOZ_GUARDED_BY(mTableLock);
+ mozilla::loader::AutoMemMap mCacheData MOZ_GUARDED_BY(mTableLock);
Mutex mTableLock;
nsCOMPtr<nsIObserverService> mObserverService;