mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
merge
This commit is contained in:
commit
cb70698a50
@ -130,7 +130,8 @@ nsXREDirProvider::Initialize(nsIFile *aXULAppDir,
|
||||
if (app) {
|
||||
PRBool per = PR_FALSE;
|
||||
app->GetFile(NS_APP_USER_PROFILE_50_DIR, &per, getter_AddRefs(mProfileDir));
|
||||
NS_ASSERTION(per, "NS_APP_USER_PROFILE_50_DIR no defined! This shouldn't happen!");
|
||||
NS_ASSERTION(per, "NS_APP_USER_PROFILE_50_DIR must be persistent!");
|
||||
NS_ASSERTION(mProfileDir, "NS_APP_USER_PROFILE_50_DIR not defined! This shouldn't happen!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user