зеркало из https://github.com/mozilla/pjs.git
Bug 226026 DRefTool analysis for profile migrator files
r=roc sr=roc
This commit is contained in:
Родитель
2f1390a71f
Коммит
ebe81085e9
|
@ -313,6 +313,9 @@ NS_IMETHODIMP
|
|||
nsPrefMigration::AddProfilePaths(const char * oldProfilePathStr, const char * newProfilePathStr)
|
||||
{
|
||||
MigrateProfileItem* item = new MigrateProfileItem();
|
||||
if (!item)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
item->oldFile = oldProfilePathStr;
|
||||
item->newFile = newProfilePathStr;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче