зеркало из https://github.com/mozilla/gecko-dev.git
Fix speedracer bustage. r=scc
This commit is contained in:
Родитель
4bc5b685d6
Коммит
cfd7efaf6f
|
@ -407,7 +407,7 @@ nsProfile::LoadDefaultProfileDir(nsCString & profileURLStr)
|
|||
}
|
||||
|
||||
if (confirmAutomigration) {
|
||||
if (profileURLStr == (const char*)CONFIRM_AUTOMIGRATE_URL) {
|
||||
if (profileURLStr.Equals(CONFIRM_AUTOMIGRATE_URL)) {
|
||||
PRBool automigrate = PR_FALSE;
|
||||
rv = GetAutomigrate(&automigrate);
|
||||
if (NS_SUCCEEDED(rv) && automigrate) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче