зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1316168: Fix the clang-cl build in nsExceptionHandler.cpp. r=froydnj
MozReview-Commit-ID: HdUp3dGRmcq --HG-- extra : rebase_source : 1bbfb18bffd3f19469984ffe32324a7250c0ac09
This commit is contained in:
Родитель
72144b7ae4
Коммит
80da5b2dc3
|
@ -523,7 +523,7 @@ CreatePathFromFile(nsIFile* file)
|
|||
if (NS_FAILED(rv)) {
|
||||
return nullptr;
|
||||
}
|
||||
return new xpstring(path.get(), path.Length());
|
||||
return new xpstring(static_cast<wchar_t*>(path.get()), path.Length());
|
||||
}
|
||||
#else
|
||||
static void
|
||||
|
|
Загрузка…
Ссылка в новой задаче