зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1331820 - Fix misuse of NS_NewNativeLocalFile in widget/gtk/. r=froydnj
MozReview-Commit-ID: 71jHwBg9e9s --HG-- extra : rebase_source : efa058d75206bfe93bc97aca1015451bd4a197dc
This commit is contained in:
Родитель
7ab3096e8e
Коммит
ad2ffe5a09
|
@ -331,8 +331,7 @@ NS_IMETHODIMP nsDeviceContextSpecGTK::EndDocument()
|
|||
nsCOMPtr<nsIFile> destFile;
|
||||
mPrintSettings->GetToFileName(getter_Copies(targetPath));
|
||||
|
||||
nsresult rv = NS_NewNativeLocalFile(NS_ConvertUTF16toUTF8(targetPath),
|
||||
false, getter_AddRefs(destFile));
|
||||
nsresult rv = NS_NewLocalFile(targetPath, false, getter_AddRefs(destFile));
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
nsAutoString destLeafName;
|
||||
|
|
Загрузка…
Ссылка в новой задаче