зеркало из https://github.com/mozilla/pjs.git
Don't printf CSS errors to standard output. (Bug 449429) r+sr=bzbarsky
This commit is contained in:
Родитель
0f1e3de9c0
Коммит
6616c3d33c
|
@ -325,13 +325,6 @@ void nsCSSScanner::OutputError()
|
||||||
{
|
{
|
||||||
if (mError.IsEmpty()) return;
|
if (mError.IsEmpty()) return;
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
if (gReportErrors)
|
|
||||||
fprintf(stderr, "CSS Error (%s :%u.%u): %s\n",
|
|
||||||
mFileName.get(), mErrorLineNumber, mErrorColNumber,
|
|
||||||
NS_ConvertUTF16toUTF8(mError).get());
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Log it to the Error console
|
// Log it to the Error console
|
||||||
|
|
||||||
if (InitGlobals() && gReportErrors) {
|
if (InitGlobals() && gReportErrors) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче