mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
forgot an ifdef. this will fix the tree bustage.
This commit is contained in:
parent
c3e7250298
commit
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user