Pier Angelo Vendrame pushed to branch mullvad-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser
Commits:
- 
fd7362db
by Pier Angelo Vendrame at 2024-04-22T16:37:11+02:00
1 changed file:
Changes:
| ... | ... | @@ -1323,6 +1323,7 @@ nsresult nsXREDirProvider::GetPortableDataDir(nsIFile** aFile, | 
| 1323 | 1323 |  #  if defined(XP_MACOSX)
 | 
| 1324 | 1324 |    // On macOS we try to create the directory immediately to switch to
 | 
| 1325 | 1325 |    // system-install mode if needed (e.g., when running from the DMG).
 | 
| 1326 | +  bool exists = false;
 | |
| 1326 | 1327 |    rv = localDir->Exists(&exists);
 | 
| 1327 | 1328 |    NS_ENSURE_SUCCESS(rv, rv);
 | 
| 1328 | 1329 |    if (!exists) {
 |