зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1289050 - Part 13: Use ArgumentsAreLatin1 in frontend error reporting. r=jwalden
This commit is contained in:
Родитель
89fced778e
Коммит
d07332fc5c
|
@ -641,7 +641,7 @@ TokenStream::reportCompileErrorNumberVA(uint32_t offset, unsigned flags, unsigne
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ExpandErrorArgumentsVA(cx, GetErrorMessage, nullptr, errorNumber, &err.message,
|
if (!ExpandErrorArgumentsVA(cx, GetErrorMessage, nullptr, errorNumber, &err.message,
|
||||||
nullptr, ArgumentsAreASCII, &err.report, args))
|
nullptr, ArgumentsAreLatin1, &err.report, args))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче