Skip to content
Snippets Groups Projects
Commit 05306334 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 9173: Change the default Firefox profile directory to be relative.

Bug 42536: Fix !985 on macOS.
parent 79767805
No related branches found
No related tags found
No related merge requests found
......@@ -1279,6 +1279,7 @@ nsresult nsXREDirProvider::GetPortableDataDir(nsIFile** aFile,
# if defined(XP_MACOSX)
// On macOS we try to create the directory immediately to switch to
// system-install mode if needed (e.g., when running from the DMG).
bool exists = false;
rv = localDir->Exists(&exists);
NS_ENSURE_SUCCESS(rv, rv);
if (!exists) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment