зеркало из https://github.com/mozilla/gecko-dev.git
forgot an ifdef. this will fix the tree bustage.
This commit is contained in:
Родитель
c3e7250298
Коммит
08fcb42658
|
@ -1756,6 +1756,7 @@ nsPrefMigration::Rename4xFileAfterMigration(nsIFileSpec * profilePath, const cha
|
|||
return rv;
|
||||
}
|
||||
|
||||
#ifdef NEED_TO_COPY_AND_RENAME_NEWSRC_FILES
|
||||
nsresult
|
||||
nsPrefMigration::GetPremigratedFilePref(const char *pref_name, nsIFileSpec **path)
|
||||
{
|
||||
|
@ -1772,6 +1773,8 @@ nsPrefMigration::GetPremigratedFilePref(const char *pref_name, nsIFileSpec **pat
|
|||
return rv;
|
||||
}
|
||||
|
||||
#endif /* NEED_TO_COPY_AND_RENAME_NEWSRC_FILES */
|
||||
|
||||
nsresult
|
||||
nsPrefMigration::SetPremigratedFilePref(const char *pref_name, nsIFileSpec *path)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче