mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 396358 - "Removed Old XP_MAC in nsProfileDirServiceProvider.cpp" [p=xfsunoles@gmail.com (Jonathan Steele) r=bsmedberg a1.9=sayrer]
This commit is contained in:
parent
21f260985d
commit
8f20185a5f
@ -401,7 +401,7 @@ nsProfileDirServiceProvider::InitProfileDir(nsIFile *profileDir)
|
||||
return rv;
|
||||
}
|
||||
|
||||
#if !defined(XP_MAC) && !defined(WINCE)
|
||||
#if !defined(WINCE)
|
||||
rv = profileDir->SetPermissions(0700);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
Loading…
Reference in New Issue
Block a user