зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1163021 - add debug assert that directory service usage happens only on the main thread, r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D45832 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
da2a2940ad
Коммит
81785d9cb9
|
@ -183,6 +183,8 @@ nsDirectoryService::Get(const char* aProp, const nsIID& aUuid, void** aResult) {
|
|||
return NS_ERROR_INVALID_ARG;
|
||||
}
|
||||
|
||||
MOZ_ASSERT(NS_IsMainThread(), "Do not call dirsvc::get on non-main threads!");
|
||||
|
||||
nsDependentCString key(aProp);
|
||||
|
||||
nsCOMPtr<nsIFile> cachedFile = mHashtable.Get(key);
|
||||
|
|
Загрузка…
Ссылка в новой задаче