Bug 226026 DRefTool analysis for profile migrator files
r=roc sr=roc git-svn-id: svn://10.0.0.236/trunk@149499 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user